#content{
  min-height : 50px;
}

#masthead{
  background-color : #856400;
  position : relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sp-form input[type="text"]{
  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.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 : #a48301;
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:focus{
  text-decoration : none;
}

a:hover{
  text-decoration : none;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #775d15;
  background-color : #ffffef;
  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{
    background-color : transparent;
    background-image : url(img/footer-bg.png);
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 30px;
    padding-bottom : 30px;
    border-bottom-width : 12px;
    border-bottom-style : solid;
    border-bottom-color : #a48301;
  }

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

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

  #masthead{
    margin-bottom : 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body.home{
    background-image : url(img/bg-image1.png);
    background-repeat : repeat-x;
    background-position : left top;
  }
}

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

  #content{
    width : 960px;
  }

  #contenthead{
    width : 960px;
  }
}

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

  #colophon{
    background-color : transparent;
    background-image : url(img/footer-bg.png);
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 30px;
    padding-bottom : 30px;
    border-bottom-width : 12px;
    border-bottom-style : solid;
    border-bottom-color : #a48301;
    width : 100%;
  }

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

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#breadcrumb-list{
  margin-left : 18px;
}

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

#breadcrumb-list a:active{
  color : #a48301;
  text-decoration : none;
}

#breadcrumb-list a:focus{
  color : #a48301;
  text-decoration : none;
}

#breadcrumb-list a:hover{
  color : #a48301;
  text-decoration : none;
}

#breadcrumb-list div{
  color : #775d15;
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

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

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

#sp-site-branding2-1{
  background-color : #856400;
  background-repeat : repeat-x;
  padding-top : 0px;
  padding-left : 1000px;
  padding-right : 1000px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : -1000px;
  margin-right : -1000px;
  margin-bottom : 0px;
  border-top-width : 8px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #a48301;
  border-bottom-color : #a17901;
  width : auto;
  min-height : 140px;
}

#sp-site-branding2-1 .extra{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 480px;
  position : absolute;
  top : 4.5rem;
  left : 50%;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.4rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  color : #f0d17b;
  text-align : right;
}

#sp-site-branding2-1 .extra > p > .tel{
  font-size : 2.6rem;
}

#sp-site-branding2-1 .site-description{
  font-size : 1.2rem;
  font-weight : normal;
  color : #f4e9c6;
  text-align : left;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : 3rem;
  float : left;
  display : block;
  position : absolute;
  top : 0.5rem;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-logo-1.png);
  background-repeat : no-repeat;
  background-position : left top;
  width : 680px;
  height : 90px;
  top : 30px;
}

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

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

  #sp-site-branding2-1{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    margin-left : 0px;
    margin-right : 0px;
    border-top-width : 4px;
    border-top-style : solid;
    border-top-color : #a48301;
  }

  #sp-site-branding2-1 .extra{
    width : 100%;
    position : relative;
    top : 30px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    font-size : 1.2rem;
    font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
    color : #f0d17b;
    text-align : center;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 5px;
  }

  #sp-site-branding2-1 .extra > p > .tel{
    font-size : 1.4rem;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1rem;
    color : #f4e9c6;
    text-align : left;
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
    position : absolute;
    top : 1rem;
    left : 0px;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-title{
    background-size : 100% auto;
    text-align : center;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
    height : 50px;
    top : 45px;
  }

  #sp-site-branding2-1 .site-title a {
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #775d15;
  background-color : transparent;
  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-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;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #e6cf92;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul li{
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #e6cf92;
}

#sp-site-navigation-1 ul ul{
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 99%;
  left : 5px;
  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 : #775d15;
  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 : #775d15;
  background-color : rgba(164, 131, 1, 0.5);
  text-decoration : none;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #775d15;
  text-decoration : none;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #775d15;
  text-decoration : none;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #775d15;
  text-decoration : none;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #775d15;
  text-decoration : none;
}

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

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

#sp-site-navigation-1 > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  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 : 5px;
  float : left;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-weight : bold;
  background-color : #fbfbe7;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
}

#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 : #a48301;
  text-decoration : none;
  padding-top : 1rem;
  padding-left : 1rem;
  padding-right : 1rem;
  padding-bottom : 1rem;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-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 : transparent;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : transparent;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  font-weight : bold;
  background-color : #fbfbe7;
  text-decoration : none;
  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 : #cfb46a;
  border-left-color : #cfb46a;
  border-right-color : #cfb46a;
  border-bottom-color : #cfb46a;
  display : block;
}

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

  #sp-site-navigation-1{
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #dacd9a;
    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 : none;
    cursor : pointer;
  }

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

  #sp-site-navigation-1 ul{
    color : #775d15;
    background-color : #fbfbe7;
    background-image : none;
    text-align : center;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    color : #775d15;
    background-image : none;
    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 : #cfb46a;
    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 a{
    color : #775d15;
    background-image : none;
    padding-top : 4px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 4px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li a:hover{
    color : #ffffff;
    background-image : none;
    padding-top : 4px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 4px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-image : none;
    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-navigation-1 ul ul li.current-menu-item > a{
    color : #ffffff;
    background-image : none;
    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-navigation-1 ul ul li.current_page_ancestor > a{
    color : #ffffff;
    background-image : none;
    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-navigation-1 ul ul li.current_page_item > a{
    color : #ffffff;
    background-image : none;
    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-navigation-1 ul ul li:hover{
    color : #ffffff;
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

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

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

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

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

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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-left-width : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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-left-width : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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-left-width : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    font-weight : bold;
    color : #775d15;
    background-image : none;
    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-left-width : medium;
    border-right-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : solid;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : #cfb46a;
  }

  #sp-site-navigation-1 > ul > li > a{
    color : #775d15;
    background-image : none;
    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-navigation-2{
  background-color : transparent;
  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{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-2 ul li a{
  line-height : 1.5;
  color : #dca000;
  text-decoration : none;
}

#sp-site-navigation-2 ul li::after{
  color : #dca000;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '/';
}

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

#sp-site-navigation-2 ul ul::before{
  color : #dca000;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '/';
}

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

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

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

  #sp-site-navigation-2{
    text-align : left;
  }
}

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

  #sp-site-navigation-2{
    text-align : center;
    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::after{
    content : none;
  }

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

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

  .button-menu#sp-site-navigation-2 .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;
  }

  .button-menu#sp-site-navigation-2 li{
    background-color : #ffffff;
  }

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

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

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-12 > 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 : 2.1rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  background-color : transparent;
  background-image : url(img/pagetitle_bg-1.png), url(img/pagetitle_bg-2.png);
  background-repeat : no-repeat, repeat-x;
  background-attachment : scroll, scroll;
  background-position : left 0.2em, left bottom;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  padding-top : 12px;
  padding-left : 55px;
  padding-right : 15px;
  padding-bottom : 11px;
  position : relative;
}

#sp-table-1, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9{
  font-size : 1.4rem;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #dfd08c;
  border-left-color : #dfd08c;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td, #sp-table-6 > tbody > tr > td, #sp-table-7 > tbody > tr > td, #sp-table-8 > tbody > tr > td, #sp-table-9 > tbody > tr > td{
  color : #775d15;
  background-color : #fffff7;
  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 : #dfd08c;
  border-bottom-color : #dfd08c;
  display : table-cell;
}

#sp-table-1 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-3 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th, #sp-table-6 > tbody > tr > th, #sp-table-7 > tbody > tr > th, #sp-table-8 > tbody > tr > th, #sp-table-9 > tbody > tr > th{
  color : #a48301;
  background-color : #f8eecd;
  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 : #dfd08c;
  border-bottom-color : #dfd08c;
  min-width : 40px;
  display : table-cell;
}

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

  #sp-table-1, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9{
    width : 100%;
  }
}

#sp-column-1, #sp-column-10, #sp-column-11, #sp-column-12, #sp-column-13, #sp-column-16, #sp-column-18, #sp-column-19, #sp-column-2, #sp-column-3, #sp-column-4, #sp-column-5, #sp-column-6, #sp-column-7, #sp-column-8, #sp-column-9{
  width : 100%;
  height : auto;
}

.accordion#sp-column-1 > .column-label h3::after, .accordion#sp-column-10 > .column-label h3::after, .accordion#sp-column-11 > .column-label h3::after, .accordion#sp-column-12 > .column-label h3::after, .accordion#sp-column-13 > .column-label h3::after, .accordion#sp-column-16 > .column-label h3::after, .accordion#sp-column-18 > .column-label h3::after, .accordion#sp-column-19 > .column-label h3::after, .accordion#sp-column-2 > .column-label h3::after, .accordion#sp-column-3 > .column-label h3::after, .accordion#sp-column-4 > .column-label h3::after, .accordion#sp-column-5 > .column-label h3::after, .accordion#sp-column-6 > .column-label h3::after, .accordion#sp-column-7 > .column-label h3::after, .accordion#sp-column-8 > .column-label h3::after, .accordion#sp-column-9 > .column-label h3::after{
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : rgba(164, 130, 26, 0.45);
}

.toggled-on#sp-column-1 > .column-label h3::before, .toggled-on#sp-column-10 > .column-label h3::before, .toggled-on#sp-column-11 > .column-label h3::before, .toggled-on#sp-column-12 > .column-label h3::before, .toggled-on#sp-column-13 > .column-label h3::before, .toggled-on#sp-column-16 > .column-label h3::before, .toggled-on#sp-column-18 > .column-label h3::before, .toggled-on#sp-column-19 > .column-label h3::before, .toggled-on#sp-column-2 > .column-label h3::before, .toggled-on#sp-column-3 > .column-label h3::before, .toggled-on#sp-column-4 > .column-label h3::before, .toggled-on#sp-column-5 > .column-label h3::before, .toggled-on#sp-column-6 > .column-label h3::before, .toggled-on#sp-column-7 > .column-label h3::before, .toggled-on#sp-column-8 > .column-label h3::before, .toggled-on#sp-column-9 > .column-label h3::before{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : rgba(164, 130, 26, 0.45);
}

#sp-column-1 > .column-body, #sp-column-10 > .column-body, #sp-column-11 > .column-body, #sp-column-12 > .column-body, #sp-column-13 > .column-body, #sp-column-16 > .column-body, #sp-column-18 > .column-body, #sp-column-19 > .column-body, #sp-column-2 > .column-body, #sp-column-3 > .column-body, #sp-column-4 > .column-body, #sp-column-5 > .column-body, #sp-column-6 > .column-body, #sp-column-7 > .column-body, #sp-column-8 > .column-body, #sp-column-9 > .column-body{
  margin-top : 1px;
  margin-left : 0px;
  margin-right : 0px;
  margin-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 : #dece91;
  border-left-color : #dece91;
  border-right-color : #dece91;
  border-bottom-color : #dece91;
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label, #sp-column-10 > .column-label, #sp-column-11 > .column-label, #sp-column-12 > .column-label, #sp-column-13 > .column-label, #sp-column-16 > .column-label, #sp-column-18 > .column-label, #sp-column-19 > .column-label, #sp-column-2 > .column-label, #sp-column-3 > .column-label, #sp-column-4 > .column-label, #sp-column-5 > .column-label, #sp-column-6 > .column-label, #sp-column-7 > .column-label, #sp-column-8 > .column-label, #sp-column-9 > .column-label{
  background-color : #f9ecd1;
  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 : 0px;
  padding-left : 13px;
  padding-right : 13px;
  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 : #dece91;
  border-left-color : #dece91;
  border-right-color : #dece91;
  border-bottom-color : #dece91;
}

#sp-column-1 > .column-label h3, #sp-column-10 > .column-label h3, #sp-column-11 > .column-label h3, #sp-column-12 > .column-label h3, #sp-column-13 > .column-label h3, #sp-column-16 > .column-label h3, #sp-column-18 > .column-label h3, #sp-column-19 > .column-label h3, #sp-column-2 > .column-label h3, #sp-column-3 > .column-label h3, #sp-column-4 > .column-label h3, #sp-column-5 > .column-label h3, #sp-column-6 > .column-label h3, #sp-column-7 > .column-label h3, #sp-column-8 > .column-label h3, #sp-column-9 > .column-label h3{
  font-size : 12px;
  color : #a4821a;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

.page-access#content #page-content > .paragraph em, .page-menu#content #page-content > .paragraph em, .page-news#content #page-content > .paragraph em, .page-privacy#content #page-content > .paragraph em, .page-reserve#content #page-content > .paragraph em, .page-reserve1#content #page-content > .paragraph em, .page-reserve2#content #page-content > .paragraph em, .page-reserve3#content #page-content > .paragraph em, .page-reserve4#content #page-content > .paragraph em, .page-reserve5#content #page-content > .paragraph em, .page-reserve6#content #page-content > .paragraph em, .page-toppage#content #page-content > .paragraph em, #sp-block-container-4 > .paragraph em{
  font-style : oblique;
  color : #775d15;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #775d15;
}

.page-access#content #page-content > .paragraph strong, .page-menu#content #page-content > .paragraph strong, .page-news#content #page-content > .paragraph strong, .page-privacy#content #page-content > .paragraph strong, .page-reserve#content #page-content > .paragraph strong, .page-reserve1#content #page-content > .paragraph strong, .page-reserve2#content #page-content > .paragraph strong, .page-reserve3#content #page-content > .paragraph strong, .page-reserve4#content #page-content > .paragraph strong, .page-reserve5#content #page-content > .paragraph strong, .page-reserve6#content #page-content > .paragraph strong, .page-toppage#content #page-content > .paragraph strong, #sp-block-container-4 > .paragraph strong{
  font-weight : bold;
  color : #775d15;
}

.page-access#content #page-content > h1, .page-menu#content #page-content > h1, .page-news#content #page-content > h1, .page-privacy#content #page-content > h1, .page-reserve#content #page-content > h1, .page-reserve1#content #page-content > h1, .page-reserve2#content #page-content > h1, .page-reserve3#content #page-content > h1, .page-reserve4#content #page-content > h1, .page-reserve5#content #page-content > h1, .page-reserve6#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-4 > h1{
  font-size : 2.4rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  text-align : left;
}

.page-access#content #page-content > h2, .page-menu#content #page-content > h2, .page-news#content #page-content > h2, .page-privacy#content #page-content > h2, .page-reserve#content #page-content > h2, .page-reserve1#content #page-content > h2, .page-reserve2#content #page-content > h2, .page-reserve3#content #page-content > h2, .page-reserve4#content #page-content > h2, .page-reserve5#content #page-content > h2, .page-reserve6#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-4 > h2{
  font-size : 2.1rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
}

.page-access#content #page-content > h3, .page-menu#content #page-content > h3, .page-news#content #page-content > h3, .page-privacy#content #page-content > h3, .page-reserve#content #page-content > h3, .page-reserve1#content #page-content > h3, .page-reserve2#content #page-content > h3, .page-reserve3#content #page-content > h3, .page-reserve4#content #page-content > h3, .page-reserve5#content #page-content > h3, .page-reserve6#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-4 > h3{
  font-size : 1.8rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 1.2em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6cf92;
  clear : both;
}

.page-access#content #page-content > h4, .page-menu#content #page-content > h4, .page-news#content #page-content > h4, .page-privacy#content #page-content > h4, .page-reserve#content #page-content > h4, .page-reserve1#content #page-content > h4, .page-reserve2#content #page-content > h4, .page-reserve3#content #page-content > h4, .page-reserve4#content #page-content > h4, .page-reserve5#content #page-content > h4, .page-reserve6#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-4 > h4{
  font-size : 1.6rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  background-color : #f9f4e2;
  text-align : left;
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h5, .page-menu#content #page-content > h5, .page-news#content #page-content > h5, .page-privacy#content #page-content > h5, .page-reserve#content #page-content > h5, .page-reserve1#content #page-content > h5, .page-reserve2#content #page-content > h5, .page-reserve3#content #page-content > h5, .page-reserve4#content #page-content > h5, .page-reserve5#content #page-content > h5, .page-reserve6#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-4 > h5{
  font-size : 1.4rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  line-height : 1.2;
  color : #a48301;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-menu#content #page-content > h6, .page-news#content #page-content > h6, .page-privacy#content #page-content > h6, .page-reserve#content #page-content > h6, .page-reserve1#content #page-content > h6, .page-reserve2#content #page-content > h6, .page-reserve3#content #page-content > h6, .page-reserve4#content #page-content > h6, .page-reserve5#content #page-content > h6, .page-reserve6#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-4 > h6{
  font-size : 1.2rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
}

.page-access#content #page-content > hr, .page-menu#content #page-content > hr, .page-news#content #page-content > hr, .page-privacy#content #page-content > hr, .page-reserve#content #page-content > hr, .page-reserve1#content #page-content > hr, .page-reserve2#content #page-content > hr, .page-reserve3#content #page-content > hr, .page-reserve4#content #page-content > hr, .page-reserve5#content #page-content > hr, .page-reserve6#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-4 > hr{
  color : #f4e9c6;
  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 : #f4e9c6;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-access#content #page-content > p, .page-menu#content #page-content > p, .page-news#content #page-content > p, .page-privacy#content #page-content > p, .page-reserve#content #page-content > p, .page-reserve1#content #page-content > p, .page-reserve2#content #page-content > p, .page-reserve3#content #page-content > p, .page-reserve4#content #page-content > p, .page-reserve5#content #page-content > p, .page-reserve6#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-4 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #775d15;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > p.indent, .page-menu#content #page-content > p.indent, .page-news#content #page-content > p.indent, .page-privacy#content #page-content > p.indent, .page-reserve#content #page-content > p.indent, .page-reserve1#content #page-content > p.indent, .page-reserve2#content #page-content > p.indent, .page-reserve3#content #page-content > p.indent, .page-reserve4#content #page-content > p.indent, .page-reserve5#content #page-content > p.indent, .page-reserve6#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-4 > p.indent{
  padding-left : 5px;
}

.page-access#content #page-content > p.large, .page-menu#content #page-content > p.large, .page-news#content #page-content > p.large, .page-privacy#content #page-content > p.large, .page-reserve#content #page-content > p.large, .page-reserve1#content #page-content > p.large, .page-reserve2#content #page-content > p.large, .page-reserve3#content #page-content > p.large, .page-reserve4#content #page-content > p.large, .page-reserve5#content #page-content > p.large, .page-reserve6#content #page-content > p.large, .page-toppage#content #page-content > p.large, #sp-block-container-4 > p.large{
  font-size : 1.5rem;
}

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

  #content.page-access #page-content, #content.page-menu #page-content, #content.page-news #page-content, #content.page-privacy #page-content, #content.page-reserve #page-content, #content.page-reserve1 #page-content, #content.page-reserve2 #page-content, #content.page-reserve3 #page-content, #content.page-reserve4 #page-content, #content.page-reserve5 #page-content, #content.page-reserve6 #page-content, #content.page-toppage #page-content, #sp-block-container-4 {
  }
}

#sp-column-14, #sp-column-15, #sp-column-17{
  width : 100%;
  height : auto;
}

.accordion#sp-column-14 > .column-label h3::after, .accordion#sp-column-15 > .column-label h3::after, .accordion#sp-column-17 > .column-label h3::after{
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
}

.toggled-on#sp-column-14 > .column-label h3::before, .toggled-on#sp-column-15 > .column-label h3::before, .toggled-on#sp-column-17 > .column-label h3::before{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : rgba(255, 255, 255, 0.45);
}

#sp-column-14 > .column-body, #sp-column-15 > .column-body, #sp-column-17 > .column-body{
  margin-top : 1px;
  margin-left : 0px;
  margin-right : 0px;
  margin-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 : #ceac70;
  border-left-color : #ceac70;
  border-right-color : #ceac70;
  border-bottom-color : #ceac70;
  width : auto;
  height : auto;
}

#sp-column-14 > .column-label, #sp-column-15 > .column-label, #sp-column-17 > .column-label{
  background-color : #a4821a;
  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 : 0px;
  padding-left : 13px;
  padding-right : 13px;
  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 : #ceac70;
  border-left-color : #ceac70;
  border-right-color : #ceac70;
  border-bottom-color : #ceac70;
}

#sp-column-14 > .column-label h3, #sp-column-15 > .column-label h3, #sp-column-17 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

#sp-list-1, #sp-list-10, #sp-list-11, #sp-list-7, #sp-list-8, #sp-list-9{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  list-style-type : none;
}

#sp-list-1 > li, #sp-list-10 > li, #sp-list-11 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.8em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

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

  #sp-list-1 > li, #sp-list-10 > li, #sp-list-11 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
    background-color : transparent;
    background-image : url(img/list-01.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 5px 0.8em;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
  }
}

#post-list, #sp-wp-post-list-1, #sp-wp-post-list-2{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 35px;
  position : relative;
}

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

#post-list .hpb-more-entry > a, #sp-wp-post-list-1 .hpb-more-entry > a, #sp-wp-post-list-2 .hpb-more-entry > a{
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

#post-list .hpb-more-entry > a:active, #sp-wp-post-list-1 .hpb-more-entry > a:active, #sp-wp-post-list-2 .hpb-more-entry > a:active{
  text-decoration : underline;
}

#post-list .hpb-more-entry > a:hover, #sp-wp-post-list-1 .hpb-more-entry > a:hover, #sp-wp-post-list-2 .hpb-more-entry > a:hover{
  text-decoration : underline;
}

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

#post-list .nav-next > a, #sp-wp-post-list-1 .nav-next > a, #sp-wp-post-list-2 .nav-next > a{
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

#post-list .nav-next > a:active, #sp-wp-post-list-1 .nav-next > a:active, #sp-wp-post-list-2 .nav-next > a:active{
  text-decoration : underline;
}

#post-list .nav-next > a:hover, #sp-wp-post-list-1 .nav-next > a:hover, #sp-wp-post-list-2 .nav-next > a:hover{
  text-decoration : underline;
}

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

#post-list .nav-previous > a, #sp-wp-post-list-1 .nav-previous > a, #sp-wp-post-list-2 .nav-previous > a{
  font-size : 1.2rem;
  font-family : Arial, Helvetica, sans-serif;
  color : #a48301;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : inline-block;
  position : relative;
}

#post-list .nav-previous > a:active, #sp-wp-post-list-1 .nav-previous > a:active, #sp-wp-post-list-2 .nav-previous > a:active{
  text-decoration : underline;
}

#post-list .nav-previous > a:hover, #sp-wp-post-list-1 .nav-previous > a:hover, #sp-wp-post-list-2 .nav-previous > a:hover{
  text-decoration : underline;
}

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

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

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

#post-list p, #sp-wp-post-list-1 p, #sp-wp-post-list-2 p{
  text-align : justify;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

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

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

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

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

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

.hpb-viewtype-date#post-list dd, .hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-2 dd{
  line-height : 1.5;
  text-align : left;
  padding-top : 0px;
  padding-left : 180px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-bottom : 10px;
  width : auto;
  min-width : 100px;
  height : auto;
}

.hpb-viewtype-date#post-list dd::after, .hpb-viewtype-date#sp-wp-post-list-1 dd::after, .hpb-viewtype-date#sp-wp-post-list-2 dd::after{
  clear : both;
  display : block;
  content : "";
}

.hpb-viewtype-date#post-list dl, .hpb-viewtype-date#sp-wp-post-list-1 dl, .hpb-viewtype-date#sp-wp-post-list-2 dl{
  margin-bottom : 10px;
  overflow : hidden;
}

.hpb-viewtype-date#post-list dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt{
  font-weight : normal;
  line-height : 1.5;
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.3em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 35px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 20px;
  margin-bottom : 5px;
  width : auto;
  max-width : 125px;
  float : left;
  clear : both;
}

#post-list > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3{
  font-size : 1.8rem;
  font-family : "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, 'Hiragino Mincho ProN';
  font-weight : normal;
  color : #a48301;
  background-color : transparent;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 1.2em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #e6cf92;
  clear : both;
}

#post-list > ul li, #sp-wp-post-list-1 > ul li, #sp-wp-post-list-2 > ul li{
  background-color : transparent;
  background-image : url(img/list-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 15px 0.8em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

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

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

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

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

  .hpb-viewtype-date#post-list dd, .hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-2 dd{
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 0px;
    padding-bottom : 5px;
    margin-bottom : 5px;
    max-width : 100%;
    clear : both;
  }

  .hpb-viewtype-date#post-list dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt{
    background-position : 3px 0.7em;
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
    max-width : 100%;
  }

  #post-list > ul, #sp-wp-post-list-1 > ul, #sp-wp-post-list-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 : 20px;
    list-style-type : none;
    list-style-position : outside;
  }

  #post-list > ul > li, #sp-wp-post-list-1 > ul > li, #sp-wp-post-list-2 > ul > li{
    background-color : transparent;
    background-image : url(img/list-01.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 3px 0.7em;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 5px;
    padding-left : 20px;
    padding-right : 10px;
    padding-bottom : 5px;
  }
}

#sp-item-gallery-1 > ul, #sp-item-gallery-2 > ul, #sp-item-gallery-3 > 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 : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li, #sp-item-gallery-2 > ul > li, #sp-item-gallery-3 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #7a581f;
  background-color : transparent;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : double;
  border-left-style : double;
  border-right-style : double;
  border-bottom-style : double;
  border-top-color : #dece91;
  border-left-color : #dece91;
  border-right-color : #dece91;
  border-bottom-color : #dece91;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 190px;
  height : 305px;
  float : left;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img, #sp-item-gallery-2> ul> li a:hover.item-gallery-link img, #sp-item-gallery-3> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-2 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-3 > ul > li > div img.item-gallery-thumbnail{
  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 : 100%;
  display : block;
}

#sp-item-gallery-1 > ul > li > div.item-gallery-photo, #sp-item-gallery-2 > ul > li > div.item-gallery-photo, #sp-item-gallery-3 > ul > li > div.item-gallery-photo{
  margin-bottom : 10px;
}

#sp-item-gallery-1 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-2 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-3 > ul > li > div.item-gallery-photo:last-child{
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-content, #sp-item-gallery-2 > ul > li > p.item-gallery-content, #sp-item-gallery-3 > ul > li > p.item-gallery-content{
  margin-bottom : 15px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons, #sp-item-gallery-2 > ul > li > p.item-gallery-icons, #sp-item-gallery-3 > ul > li > p.item-gallery-icons{
  text-align : left;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  min-height : 15px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-new{
  background-color : #f06060;
  background-image : none, url(preset/icons/item-gallery-icon1.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 26px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-popular{
  background-color : #04bfbf;
  background-image : none, url(preset/icons/item-gallery-icon2.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 42px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend{
  background-color : #e6a408;
  background-image : none, url(preset/icons/item-gallery-icon3.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 38px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-sale{
  background-color : #0a7bb5;
  background-image : none, url(preset/icons/item-gallery-icon4.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  margin-right : 0px;
  width : 29px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons span, #sp-item-gallery-2 > ul > li > p.item-gallery-icons span, #sp-item-gallery-3 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price, #sp-item-gallery-2 > ul > li > p.item-gallery-price, #sp-item-gallery-3 > ul > li > p.item-gallery-price{
  color : #7a581f;
  text-align : left;
  margin-bottom : 0px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #a18c6e;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-before{
  font-weight : bold;
  color : #a4821a;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-title, #sp-item-gallery-2 > ul > li > p.item-gallery-title, #sp-item-gallery-3 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  font-weight : bold;
  line-height : 2em;
  color : #6b431e;
  background-color : transparent;
  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-left : 10px;
  margin-top : 10px;
  margin-left : -5px;
  margin-right : -5px;
  margin-bottom : 10px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #dece91;
  border-bottom-color : #dece91;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-title:last-child, #sp-item-gallery-2 > ul > li > p.item-gallery-title:last-child, #sp-item-gallery-3 > ul > li > p.item-gallery-title:last-child{
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p:last-child, #sp-item-gallery-2 > ul > li > p:last-child, #sp-item-gallery-3 > ul > li > p:last-child{
  margin-bottom : 0px;
}

#sp-block-container-12 > .large, #sp-block-container-13 > .large{
  font-size : 1.2em;
}

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

#sp-block-container-12 > .small, #sp-block-container-13 > .small{
  font-size : 0.9em;
}

#sp-block-container-12 > .x-large, #sp-block-container-13 > .x-large{
  font-size : 1.5em;
}

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

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

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

#sp-block-container-12 > em, #sp-block-container-13 > em{
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

#sp-block-container-12 > h1, #sp-block-container-13 > h1{
  color : #000000;
}

#sp-block-container-12 > h2, #sp-block-container-13 > h2{
  color : #000000;
}

#sp-block-container-12 > h3, #sp-block-container-13 > h3{
  color : #000000;
}

#sp-block-container-12 > h4, #sp-block-container-13 > h4{
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

#sp-block-container-12 > h5, #sp-block-container-13 > h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

#sp-block-container-12 > h6, #sp-block-container-13 > h6{
  font-size : 1em;
  color : #000000;
}

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

#sp-block-container-12 > p.indent, #sp-block-container-13 > p.indent{
  padding-left : 10px;
}

#sp-block-container-12 > strong, #sp-block-container-13 > strong{
  font-weight : bold;
  color : #515151;
}

#sp-block-container-1 .large, #sp-block-container-10 .large, #sp-block-container-11 .large, #sp-block-container-14 .large, #sp-block-container-15 .large, #sp-block-container-16 .large, #sp-block-container-17 .large, #sp-block-container-18 .large, #sp-block-container-19 .large, #sp-block-container-2 .large, #sp-block-container-20 .large, #sp-block-container-21 .large, #sp-block-container-22 .large, #sp-block-container-23 .large, #sp-block-container-24 .large, #sp-block-container-25 .large, #sp-block-container-26 .large, #sp-block-container-3 .large, #sp-block-container-5 .large, #sp-block-container-6 .large, #sp-block-container-7 .large, #sp-block-container-8 .large, #sp-block-container-9 .large{
  font-size : 1.2em;
}

#sp-block-container-1 .medium, #sp-block-container-10 .medium, #sp-block-container-11 .medium, #sp-block-container-14 .medium, #sp-block-container-15 .medium, #sp-block-container-16 .medium, #sp-block-container-17 .medium, #sp-block-container-18 .medium, #sp-block-container-19 .medium, #sp-block-container-2 .medium, #sp-block-container-20 .medium, #sp-block-container-21 .medium, #sp-block-container-22 .medium, #sp-block-container-23 .medium, #sp-block-container-24 .medium, #sp-block-container-25 .medium, #sp-block-container-26 .medium, #sp-block-container-3 .medium, #sp-block-container-5 .medium, #sp-block-container-6 .medium, #sp-block-container-7 .medium, #sp-block-container-8 .medium, #sp-block-container-9 .medium{
  font-size : 1em;
}

#sp-block-container-1 .small, #sp-block-container-10 .small, #sp-block-container-11 .small, #sp-block-container-14 .small, #sp-block-container-15 .small, #sp-block-container-16 .small, #sp-block-container-17 .small, #sp-block-container-18 .small, #sp-block-container-19 .small, #sp-block-container-2 .small, #sp-block-container-20 .small, #sp-block-container-21 .small, #sp-block-container-22 .small, #sp-block-container-23 .small, #sp-block-container-24 .small, #sp-block-container-25 .small, #sp-block-container-26 .small, #sp-block-container-3 .small, #sp-block-container-5 .small, #sp-block-container-6 .small, #sp-block-container-7 .small, #sp-block-container-8 .small, #sp-block-container-9 .small{
  font-size : 0.9em;
}

#sp-block-container-1 .x-large, #sp-block-container-10 .x-large, #sp-block-container-11 .x-large, #sp-block-container-14 .x-large, #sp-block-container-15 .x-large, #sp-block-container-16 .x-large, #sp-block-container-17 .x-large, #sp-block-container-18 .x-large, #sp-block-container-19 .x-large, #sp-block-container-2 .x-large, #sp-block-container-20 .x-large, #sp-block-container-21 .x-large, #sp-block-container-22 .x-large, #sp-block-container-23 .x-large, #sp-block-container-24 .x-large, #sp-block-container-25 .x-large, #sp-block-container-26 .x-large, #sp-block-container-3 .x-large, #sp-block-container-5 .x-large, #sp-block-container-6 .x-large, #sp-block-container-7 .x-large, #sp-block-container-8 .x-large, #sp-block-container-9 .x-large{
  font-size : 1.5em;
}

#sp-block-container-1 .x-small, #sp-block-container-10 .x-small, #sp-block-container-11 .x-small, #sp-block-container-14 .x-small, #sp-block-container-15 .x-small, #sp-block-container-16 .x-small, #sp-block-container-17 .x-small, #sp-block-container-18 .x-small, #sp-block-container-19 .x-small, #sp-block-container-2 .x-small, #sp-block-container-20 .x-small, #sp-block-container-21 .x-small, #sp-block-container-22 .x-small, #sp-block-container-23 .x-small, #sp-block-container-24 .x-small, #sp-block-container-25 .x-small, #sp-block-container-26 .x-small, #sp-block-container-3 .x-small, #sp-block-container-5 .x-small, #sp-block-container-6 .x-small, #sp-block-container-7 .x-small, #sp-block-container-8 .x-small, #sp-block-container-9 .x-small{
  font-size : 0.8em;
}

#sp-block-container-1 .xx-large, #sp-block-container-10 .xx-large, #sp-block-container-11 .xx-large, #sp-block-container-14 .xx-large, #sp-block-container-15 .xx-large, #sp-block-container-16 .xx-large, #sp-block-container-17 .xx-large, #sp-block-container-18 .xx-large, #sp-block-container-19 .xx-large, #sp-block-container-2 .xx-large, #sp-block-container-20 .xx-large, #sp-block-container-21 .xx-large, #sp-block-container-22 .xx-large, #sp-block-container-23 .xx-large, #sp-block-container-24 .xx-large, #sp-block-container-25 .xx-large, #sp-block-container-26 .xx-large, #sp-block-container-3 .xx-large, #sp-block-container-5 .xx-large, #sp-block-container-6 .xx-large, #sp-block-container-7 .xx-large, #sp-block-container-8 .xx-large, #sp-block-container-9 .xx-large{
  font-size : 2em;
}

#sp-block-container-1 .xx-small, #sp-block-container-10 .xx-small, #sp-block-container-11 .xx-small, #sp-block-container-14 .xx-small, #sp-block-container-15 .xx-small, #sp-block-container-16 .xx-small, #sp-block-container-17 .xx-small, #sp-block-container-18 .xx-small, #sp-block-container-19 .xx-small, #sp-block-container-2 .xx-small, #sp-block-container-20 .xx-small, #sp-block-container-21 .xx-small, #sp-block-container-22 .xx-small, #sp-block-container-23 .xx-small, #sp-block-container-24 .xx-small, #sp-block-container-25 .xx-small, #sp-block-container-26 .xx-small, #sp-block-container-3 .xx-small, #sp-block-container-5 .xx-small, #sp-block-container-6 .xx-small, #sp-block-container-7 .xx-small, #sp-block-container-8 .xx-small, #sp-block-container-9 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-1 em, #sp-block-container-10 em, #sp-block-container-11 em, #sp-block-container-14 em, #sp-block-container-15 em, #sp-block-container-16 em, #sp-block-container-17 em, #sp-block-container-18 em, #sp-block-container-19 em, #sp-block-container-2 em, #sp-block-container-20 em, #sp-block-container-21 em, #sp-block-container-22 em, #sp-block-container-23 em, #sp-block-container-24 em, #sp-block-container-25 em, #sp-block-container-26 em, #sp-block-container-3 em, #sp-block-container-5 em, #sp-block-container-6 em, #sp-block-container-7 em, #sp-block-container-8 em, #sp-block-container-9 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-1 h1, #sp-block-container-10 h1, #sp-block-container-11 h1, #sp-block-container-14 h1, #sp-block-container-15 h1, #sp-block-container-16 h1, #sp-block-container-17 h1, #sp-block-container-18 h1, #sp-block-container-19 h1, #sp-block-container-2 h1, #sp-block-container-20 h1, #sp-block-container-21 h1, #sp-block-container-22 h1, #sp-block-container-23 h1, #sp-block-container-24 h1, #sp-block-container-25 h1, #sp-block-container-26 h1, #sp-block-container-3 h1, #sp-block-container-5 h1, #sp-block-container-6 h1, #sp-block-container-7 h1, #sp-block-container-8 h1, #sp-block-container-9 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-1 h2, #sp-block-container-10 h2, #sp-block-container-11 h2, #sp-block-container-14 h2, #sp-block-container-15 h2, #sp-block-container-16 h2, #sp-block-container-17 h2, #sp-block-container-18 h2, #sp-block-container-19 h2, #sp-block-container-2 h2, #sp-block-container-20 h2, #sp-block-container-21 h2, #sp-block-container-22 h2, #sp-block-container-23 h2, #sp-block-container-24 h2, #sp-block-container-25 h2, #sp-block-container-26 h2, #sp-block-container-3 h2, #sp-block-container-5 h2, #sp-block-container-6 h2, #sp-block-container-7 h2, #sp-block-container-8 h2, #sp-block-container-9 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-1 h3, #sp-block-container-10 h3, #sp-block-container-11 h3, #sp-block-container-14 h3, #sp-block-container-15 h3, #sp-block-container-16 h3, #sp-block-container-17 h3, #sp-block-container-18 h3, #sp-block-container-19 h3, #sp-block-container-2 h3, #sp-block-container-20 h3, #sp-block-container-21 h3, #sp-block-container-22 h3, #sp-block-container-23 h3, #sp-block-container-24 h3, #sp-block-container-25 h3, #sp-block-container-26 h3, #sp-block-container-3 h3, #sp-block-container-5 h3, #sp-block-container-6 h3, #sp-block-container-7 h3, #sp-block-container-8 h3, #sp-block-container-9 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-1 h4, #sp-block-container-10 h4, #sp-block-container-11 h4, #sp-block-container-14 h4, #sp-block-container-15 h4, #sp-block-container-16 h4, #sp-block-container-17 h4, #sp-block-container-18 h4, #sp-block-container-19 h4, #sp-block-container-2 h4, #sp-block-container-20 h4, #sp-block-container-21 h4, #sp-block-container-22 h4, #sp-block-container-23 h4, #sp-block-container-24 h4, #sp-block-container-25 h4, #sp-block-container-26 h4, #sp-block-container-3 h4, #sp-block-container-5 h4, #sp-block-container-6 h4, #sp-block-container-7 h4, #sp-block-container-8 h4, #sp-block-container-9 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  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;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-1 h5, #sp-block-container-10 h5, #sp-block-container-11 h5, #sp-block-container-14 h5, #sp-block-container-15 h5, #sp-block-container-16 h5, #sp-block-container-17 h5, #sp-block-container-18 h5, #sp-block-container-19 h5, #sp-block-container-2 h5, #sp-block-container-20 h5, #sp-block-container-21 h5, #sp-block-container-22 h5, #sp-block-container-23 h5, #sp-block-container-24 h5, #sp-block-container-25 h5, #sp-block-container-26 h5, #sp-block-container-3 h5, #sp-block-container-5 h5, #sp-block-container-6 h5, #sp-block-container-7 h5, #sp-block-container-8 h5, #sp-block-container-9 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-1 h6, #sp-block-container-10 h6, #sp-block-container-11 h6, #sp-block-container-14 h6, #sp-block-container-15 h6, #sp-block-container-16 h6, #sp-block-container-17 h6, #sp-block-container-18 h6, #sp-block-container-19 h6, #sp-block-container-2 h6, #sp-block-container-20 h6, #sp-block-container-21 h6, #sp-block-container-22 h6, #sp-block-container-23 h6, #sp-block-container-24 h6, #sp-block-container-25 h6, #sp-block-container-26 h6, #sp-block-container-3 h6, #sp-block-container-5 h6, #sp-block-container-6 h6, #sp-block-container-7 h6, #sp-block-container-8 h6, #sp-block-container-9 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-1 p, #sp-block-container-10 p, #sp-block-container-11 p, #sp-block-container-14 p, #sp-block-container-15 p, #sp-block-container-16 p, #sp-block-container-17 p, #sp-block-container-18 p, #sp-block-container-19 p, #sp-block-container-2 p, #sp-block-container-20 p, #sp-block-container-21 p, #sp-block-container-22 p, #sp-block-container-23 p, #sp-block-container-24 p, #sp-block-container-25 p, #sp-block-container-26 p, #sp-block-container-3 p, #sp-block-container-5 p, #sp-block-container-6 p, #sp-block-container-7 p, #sp-block-container-8 p, #sp-block-container-9 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-1 p.indent, #sp-block-container-10 p.indent, #sp-block-container-11 p.indent, #sp-block-container-14 p.indent, #sp-block-container-15 p.indent, #sp-block-container-16 p.indent, #sp-block-container-17 p.indent, #sp-block-container-18 p.indent, #sp-block-container-19 p.indent, #sp-block-container-2 p.indent, #sp-block-container-20 p.indent, #sp-block-container-21 p.indent, #sp-block-container-22 p.indent, #sp-block-container-23 p.indent, #sp-block-container-24 p.indent, #sp-block-container-25 p.indent, #sp-block-container-26 p.indent, #sp-block-container-3 p.indent, #sp-block-container-5 p.indent, #sp-block-container-6 p.indent, #sp-block-container-7 p.indent, #sp-block-container-8 p.indent, #sp-block-container-9 p.indent{
  padding-left : 15px;
}

#sp-block-container-1 strong, #sp-block-container-10 strong, #sp-block-container-11 strong, #sp-block-container-14 strong, #sp-block-container-15 strong, #sp-block-container-16 strong, #sp-block-container-17 strong, #sp-block-container-18 strong, #sp-block-container-19 strong, #sp-block-container-2 strong, #sp-block-container-20 strong, #sp-block-container-21 strong, #sp-block-container-22 strong, #sp-block-container-23 strong, #sp-block-container-24 strong, #sp-block-container-25 strong, #sp-block-container-26 strong, #sp-block-container-3 strong, #sp-block-container-5 strong, #sp-block-container-6 strong, #sp-block-container-7 strong, #sp-block-container-8 strong, #sp-block-container-9 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-button-2, #sp-button-6, #sp-button-8, #sp-button-9{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-2 > a, #sp-button-6 > a, #sp-button-8 > a, #sp-button-9 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #ff9999;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  box-shadow : 0px 4px 0px #d37b7b;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-2 > a:active, #sp-button-6 > a:active, #sp-button-8 > a:active, #sp-button-9 > a:active{
  box-shadow : 0px 0px 0px #de9c9c;
  position : relative;
  top : 3px;
}

#sp-button-2 > a:hover, #sp-button-6 > a:hover, #sp-button-8 > a:hover, #sp-button-9 > a:hover{
  background-color : #ffb6b6;
  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;
}

#sp-button-1, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-7{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-7 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #e37227;
  background-color : #fcc7a4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-shadow : 0px 3px 0px #fc7f2b;
  height : 100%;
  display : block;
  position : relative;
  text-shadow : 0px 1px 0px #d27443;
}

#sp-button-1 > a:active, #sp-button-3 > a:active, #sp-button-4 > a:active, #sp-button-5 > a:active, #sp-button-7 > a:active{
  box-shadow : 0px 1px 0px #fc7f2b;
  position : relative;
  top : 2px;
}

#sp-button-1> a:hover, #sp-button-3> a:hover, #sp-button-4> a:hover, #sp-button-5> a:hover, #sp-button-7> a:hover {
}

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

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-4 > dt, #sp-definition-list-5 > dt{
  color : #333333;
}

#sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-2, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-40, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-60, #sp-image-62, #sp-image-64, #sp-image-67, #sp-image-69, #sp-image-72, #sp-image-74, #sp-image-77, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85{
  max-width : 100%;
}

#sp-image-1{
  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-10, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-3, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-41, #sp-image-5, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-61, #sp-image-63, #sp-image-65, #sp-image-66, #sp-image-68, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-73, #sp-image-75, #sp-image-76, #sp-image-78, #sp-image-79, #sp-image-9{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  max-width : 100%;
}

#sp-list-2, #sp-list-3{
  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;
  width : 100%;
  list-style-type : disc;
  list-style-position : inside;
}

#sp-list-2 li, #sp-list-3 li{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #9d632f;
}

#sp-list-2 > li, #sp-list-3 > li{
  color : #5e3b1c;
}

#sp-list-4, #sp-list-5, #sp-list-6{
  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;
  width : 100%;
  list-style-type : disc;
  list-style-position : inside;
}

#sp-list-4 li, #sp-list-5 li, #sp-list-6 li{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ffa1a1;
}

#sp-list-4 > li, #sp-list-5 > li, #sp-list-6 > li{
  color : #ed4545;
}

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

#sp-definition-list-1{
  font-size : 1.1rem;
}

#sp-definition-list-2{
  font-size : 1.1rem;
}

#sp-definition-list-3{
  font-size : 1.1rem;
}

#sp-definition-list-4{
  font-size : 1.1rem;
}

#sp-definition-list-5{
  font-size : 1.1rem;
}

#sp-image-1{
  border-top-left-radius : 0px 0px;
  overflow : hidden;
}

#sp-item-gallery-1 > ul > li{
  width : 450px;
  height : 430px;
}

#sp-item-gallery-2 > ul > li{
  width : 300px;
  height : 350px;
}

#sp-item-gallery-3 > ul > li{
  width : 350px;
  height : 350px;
}

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

#sp-site-navigation-1{
  font-size : 1.1rem;
}

#sp-table-4{
  font-size : 1.1rem;
}

#sp-table-5{
  font-size : 1.1rem;
}

#sp-table-6{
  font-size : 1.1rem;
}

#sp-table-7{
  font-size : 1.1rem;
}

#sp-table-8{
  font-size : 1.1rem;
}

#sp-table-9{
  font-size : 1.1rem;
}

#sp-twitter-timeline-1{
  min-width : 180px;
  min-height : 200px;
}

#sp-twitter-timeline-2{
  min-width : 180px;
  min-height : 200px;
}

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

  #sp-block-container-1{
    min-height : 190px;
  }

  #sp-block-container-10{
    margin-bottom : 0px;
  }

  #sp-block-container-11{
    margin-bottom : 0px;
  }

  #sp-block-container-14{
    min-height : 190px;
  }

  #sp-block-container-15{
    min-height : 190px;
  }

  #sp-block-container-16{
    min-height : 190px;
  }

  #sp-block-container-17{
    min-height : 190px;
  }

  #sp-block-container-18{
    min-height : 190px;
  }

  #sp-block-container-19{
    min-height : 190px;
  }

  #sp-block-container-2{
    min-height : 190px;
  }

  #sp-block-container-20{
    min-height : 190px;
  }

  #sp-block-container-21{
    min-height : 190px;
  }

  #sp-block-container-22{
    min-height : 190px;
  }

  #sp-block-container-23{
    min-height : 190px;
  }

  #sp-block-container-24{
    min-height : 190px;
  }

  #sp-block-container-25{
    min-height : 190px;
  }

  #sp-block-container-3{
    min-height : 190px;
  }

  #sp-block-container-5{
    min-height : 85px;
  }

  #sp-block-container-6{
    min-height : 84px;
  }

  #sp-block-container-8{
    margin-bottom : 0px;
  }

  #sp-block-container-9{
    margin-bottom : 0px;
  }

  #sp-button-1{
    width : 293px;
  }

  #sp-button-2{
    width : 293px;
  }

  #sp-button-3{
    width : 293px;
  }

  #sp-button-4{
    width : 293px;
  }

  #sp-button-5{
    width : 293px;
  }

  #sp-button-6{
    width : 253px;
    display : none;
  }

  #sp-button-7{
    width : 293px;
  }

  #sp-button-8{
    width : 293px;
  }

  #sp-button-9{
    width : 253px;
    display : none;
  }

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

  #sp-image-1{
    width : 300px;
    height : auto;
    float : none;
    position : absolute;
    top : -13px;
    bottom : auto;
    right : auto;
    left : 177px;
  }

  #sp-image-10{
    width : 100%;
    height : auto;
  }

  #sp-image-12{
    width : 300px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-14{
    width : 250px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-16{
    width : 100%;
    height : auto;
  }

  #sp-image-17{
    width : 100%;
    height : auto;
  }

  #sp-image-18{
    width : 100%;
    height : auto;
  }

  #sp-image-19{
    width : 100%;
    height : auto;
  }

  #sp-image-2{
    width : 100%;
  }

  #sp-image-20{
    width : 100%;
    height : auto;
  }

  #sp-image-21{
    width : 100%;
    height : auto;
  }

  #sp-image-22{
    width : 100%;
    height : auto;
  }

  #sp-image-23{
    width : 100%;
  }

  #sp-image-24{
    width : 100%;
  }

  #sp-image-25{
    width : 100%;
  }

  #sp-image-26{
    width : 100%;
  }

  #sp-image-27{
    width : 100%;
  }

  #sp-image-28{
    width : 100%;
  }

  #sp-image-29{
    width : 100%;
  }

  #sp-image-3{
    width : 100%;
    height : auto;
  }

  #sp-image-30{
    width : 100%;
  }

  #sp-image-31{
    width : 100%;
  }

  #sp-image-32{
    width : 100%;
  }

  #sp-image-33{
    width : 100%;
  }

  #sp-image-34{
    width : 100%;
    height : auto;
  }

  #sp-image-35{
    width : 100%;
    height : auto;
  }

  #sp-image-36{
    width : 100%;
    height : auto;
  }

  #sp-image-37{
    width : 100%;
    height : auto;
  }

  #sp-image-38{
    width : 100%;
    height : auto;
  }

  #sp-image-4{
    width : 100%;
    height : auto;
  }

  #sp-image-40{
    display : none;
  }

  #sp-image-41{
    width : 100%;
    height : auto;
  }

  #sp-image-43{
    width : 300px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-45{
    width : 250px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-48{
    width : 300px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-5{
    width : 100%;
    height : auto;
  }

  #sp-image-50{
    width : 300px;
    height : auto;
    float : none;
    position : absolute;
    top : -5px;
    bottom : auto;
    right : auto;
    left : 139px;
  }

  #sp-image-58{
    width : 100%;
    height : auto;
  }

  #sp-image-59{
    width : 100%;
    height : auto;
  }

  #sp-image-6{
    width : 100%;
    height : auto;
  }

  #sp-image-60{
    width : 100%;
  }

  #sp-image-61{
    width : 100%;
    height : auto;
  }

  #sp-image-62{
    width : 100%;
  }

  #sp-image-63{
    width : 100%;
    height : auto;
  }

  #sp-image-65{
    width : 100%;
    height : auto;
  }

  #sp-image-66{
    width : 100%;
    height : auto;
  }

  #sp-image-67{
    width : 100%;
  }

  #sp-image-68{
    width : 100%;
    height : auto;
  }

  #sp-image-69{
    width : 100%;
  }

  #sp-image-7{
    width : 100%;
    height : auto;
  }

  #sp-image-70{
    width : 100%;
    height : auto;
  }

  #sp-image-71{
    width : 100%;
    height : auto;
  }

  #sp-image-72{
    width : 100%;
  }

  #sp-image-73{
    width : 100%;
    height : auto;
  }

  #sp-image-75{
    width : 100%;
    height : auto;
  }

  #sp-image-76{
    width : 100%;
    height : auto;
  }

  #sp-image-78{
    width : 100%;
    height : auto;
  }

  #sp-image-79{
    width : 100%;
    height : auto;
  }

  #sp-image-8{
    width : 100%;
  }

  #sp-image-9{
    width : 100%;
    height : auto;
  }

  #sp-item-gallery-2{
    display : none;
  }

  #sp-item-gallery-3{
    display : none;
  }

  #sp-photo-motion-1 {
  }

  #sp-table-1{
    width : 600px;
    min-height : 1001px;
  }

  #sp-table-2{
    width : 600px;
  }

  #sp-table-3{
    width : 600px;
    min-height : 5477px;
    display : none;
  }
}

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

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

  #sp-button-2{
    width : 100%;
  }

  #sp-button-3{
    width : 100%;
  }

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

  #sp-button-5{
    width : 100%;
  }

  #sp-button-6{
    width : 292px;
  }

  #sp-button-7{
    width : 100%;
  }

  #sp-button-8{
    width : 100%;
  }

  #sp-button-9{
    width : 292px;
  }

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

  #sp-html-src-4{
    display : none;
  }

  #sp-item-gallery-1{
    display : none;
  }

  #sp-item-gallery-3{
    display : none;
  }

  #sp-site-branding2-1 > .site-description{
    z-index : -1;
  }

  #sp-site-branding2-1 > .site-title{
    height : 50px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

  #sp-table-2{
    display : none;
  }
}
