
<!--
/*
Theme Name: roomhair
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb19_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 19.0.13.0 SP for Windows」によって作成されました。サイト名は「roomhair」、サイトの公開日時は「2023年06月01日17:23」です。
License: 
License URI: license.txt
*/


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

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

nav{
  box-sizing: border-box;
}

/* body */

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

#content{
  position: relative;
}

/* Parts */

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

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

/* copyright */

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

/* layout */

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

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

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

/*---*/

#primary{
  margin-top:0;
}

#breadcrumb-list{
  clear: both;
}

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

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

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

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

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

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

/* WordPress投稿 */

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

/* 追加 */

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

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

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

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

  #colophon{
    padding: 10px;
  }

  embed{
    max-width: 100%;
  }
}
#colophon{
  background-color : #ffffff;
  background-image : url(img/bg_hpb-global-footer.png);
  background-repeat : repeat-x;
  padding-top : 30px;
  margin-top : 30px;
  margin-bottom : 30px;
  width : 100%;
}

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

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

#masthead{
  background-image : url(img/header-back.png);
  background-repeat : repeat-x;
  position : relative;
}

#primary{
  margin-top : 0px;
}

.address{
  font-size : 1.2rem;
  color : #717171;
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
  display : inline;
}

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

.tel{
  font-size : 1.2rem;
  color : #717171;
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
  display : inline;
}

a{
  color : #262626;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  text-decoration : none;
}

a:focus{
  color : #8f514f;
  text-decoration : underline;
}

a:hover{
  color : #8f514f;
  text-decoration : underline;
}

a:link{
  text-decoration : none;
}

a:visited{
  text-decoration : none;
}

body{
  font-family : serif;
  color : #262626;
  background-color : #ffffff;
}

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

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

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    width : 732px;
    float : left;
  }

  #contenthead{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
  }

  #main{
    width : 100%;
  }

  #main-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
  }

  #sidebar2{
    margin-left : 32px;
    width : 236px;
    float : left;
  }
}

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

  #sidebar2{
    margin-left : 0px;
  }
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4{
  font-weight : bold;
  color : #242424;
  background-color : transparent;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 25px;
  padding-bottom : 0px;
  margin-bottom : 12px;
  border-left-width : 8px;
  border-left-style : solid;
  border-left-color : #000000;
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1{
  font-size : 1.8rem;
  text-align : left;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #000000;
  background-color : #f7f3ef;
  background-image : linear-gradient(to bottom, #dfd6bb 0%, #f1ede1 100%);
  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 : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  width : 100%;
}

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

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

#sp-site-navigation-1 a:link{
  font-weight : normal;
  color : #555555;
  background-color : transparent;
  background-image : linear-gradient(to bottom, #dfd6bb 0%, #f1ede1 100%);
  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;
}

#sp-site-navigation-1 a:visited{
  font-weight : normal;
  color : #555555;
  background-color : transparent;
  background-image : linear-gradient(to bottom, #dfd6bb 0%, #f1ede1 100%);
  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;
}

#sp-site-navigation-1 li{
  margin-right : 0px;
  float : left;
}

#sp-site-navigation-1 li a{
  font-weight : bold;
  line-height : 50px;
  background-repeat : no-repeat;
  background-position : 0px 1.2em;
  padding-left : 20px;
  padding-right : 20px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #c8b991;
  height : 50px;
  display : block;
}

#sp-site-navigation-1 ul{
  background-repeat : no-repeat;
  text-align : left;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #c8b991;
  width : 960px;
  height : 50px;
  display : block;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul ul li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #c8b991;
  width : 100%;
  white-space : nowrap;
}

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

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

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 1);
  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;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 1);
  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;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 1);
  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;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 1);
  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;
}

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

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

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

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

#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:active{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #555555;
  background-color : rgba(255, 255, 255, 0.5);
  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;
}

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

  #sp-site-navigation-1{
    background-color : #8a725a;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 15px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #8a725a;
    position : relative;
  }

  #sp-site-navigation-1 .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;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : rgba(255, 255, 255, 0.8);
    display : none;
    cursor : pointer;
  }

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

  #sp-site-navigation-1 li{
    background-repeat : repeat-x;
    background-position : left top;
    padding-left : 0px;
    border-left-width : 0px;
  }

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

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

  #sp-site-navigation-1 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    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 li a:active{
    color : #ffffff;
    text-decoration : none;
    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;
  }

  #sp-site-navigation-1 ul li a:hover{
    color : #ffffff;
    text-decoration : none;
    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;
  }

  #sp-site-navigation-1 ul li a:link{
    color : #3c3f53;
    background-color : #ffffff;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul li a:visited{
    color : #3c3f53;
    background-color : #ffffff;
    text-decoration : none;
  }

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

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

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

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

  #sp-site-navigation-1 ul ul li a:hover{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }

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

  .button-menu#sp-site-navigation-1 .menu-toggle{
    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{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #ffffff;
    background-color : #8a725a;
    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;
    height : auto;
  }
}

#sp-site-branding-1{
  background-color : #3c3c3c;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  position : relative;
  box-sizing : border-box;
}

#sp-site-branding-1 .site-description{
  font-size : 10px;
  font-weight : normal;
  line-height : 20px;
  color : #eeeeee;
  background-color : #3c3c3c;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : center;
  width : 100%;
  float : right;
  display : block;
  position : absolute;
  top : 6px;
}

#sp-site-branding-1 .site-title{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  min-width : 181px;
  min-height : 63px;
  display : block;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a{
  background-image : url(img/05.png);
  background-repeat : no-repeat;
  background-position : center 35px;
  text-indent : -9999px;
  padding-top : 50px;
  min-width : 181px;
  min-height : 63px;
  display : block;
}

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

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

  #sp-site-branding-1{
    width : 100%;
  }

  #sp-site-branding-1 .site-description{
    display : none;
  }

  #sp-site-branding-1 .site-title{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    min-height : 30px;
    float : none;
  }

  #sp-site-branding-1 .site-title a{
    background-position : center top;
    width : 100%;
    min-height : 30px;
  }

  #sp-site-branding-1 .site-title::after{
    display : none;
  }

  .site-title::before{
    display : none;
  }
}

#breadcrumb-list{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 15px;
  width : 1000px;
  box-sizing : border-box;
}

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

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

#breadcrumb-list a:link{
  color : #333333;
  text-decoration : underline;
}

#breadcrumb-list a:visited{
  color : #333333;
  text-decoration : underline;
}

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

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

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

#sp-site-navigation-2{
  text-align : center;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  width : 100%;
  box-sizing : border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .button-menu#sp-site-navigation-2{
    background-color : #000000;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : #000000;
    border-left-color : #000000;
    border-right-color : #000000;
    border-bottom-color : #000000;
    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{
    display : none;
  }

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

.page-access#content #page-content hr, .page-concept#content #page-content hr, .page-menu#content #page-content hr, .page-toppage#content #page-content hr, #sp-block-container-3 hr{
  color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 20px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  width : 100%;
  height : 1px;
  clear : both;
}

.page-access#content #page-content > .large, .page-concept#content #page-content > .large, .page-menu#content #page-content > .large, .page-toppage#content #page-content > .large, #sp-block-container-3 > .large{
  font-size : 1.5rem;
}

.page-access#content #page-content > .medium, .page-concept#content #page-content > .medium, .page-menu#content #page-content > .medium, .page-toppage#content #page-content > .medium, #sp-block-container-3 > .medium{
  font-size : 1.4rem;
}

.page-access#content #page-content > .small, .page-concept#content #page-content > .small, .page-menu#content #page-content > .small, .page-toppage#content #page-content > .small, #sp-block-container-3 > .small{
  font-size : 1.2rem;
}

.page-access#content #page-content > .x-large, .page-concept#content #page-content > .x-large, .page-menu#content #page-content > .x-large, .page-toppage#content #page-content > .x-large, #sp-block-container-3 > .x-large{
  font-size : 1.8rem;
}

.page-access#content #page-content > .x-small, .page-concept#content #page-content > .x-small, .page-menu#content #page-content > .x-small, .page-toppage#content #page-content > .x-small, #sp-block-container-3 > .x-small{
  font-size : 1.1rem;
}

.page-access#content #page-content > .xx-large, .page-concept#content #page-content > .xx-large, .page-menu#content #page-content > .xx-large, .page-toppage#content #page-content > .xx-large, #sp-block-container-3 > .xx-large{
  font-size : 2rem;
}

.page-access#content #page-content > .xx-small, .page-concept#content #page-content > .xx-small, .page-menu#content #page-content > .xx-small, .page-toppage#content #page-content > .xx-small, #sp-block-container-3 > .xx-small{
  font-size : 1rem;
}

.page-access#content #page-content > em, .page-concept#content #page-content > em, .page-menu#content #page-content > em, .page-toppage#content #page-content > em, #sp-block-container-3 > em{
  font-style : oblique;
  color : #000000;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
}

.page-access#content #page-content > h1, .page-concept#content #page-content > h1, .page-menu#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-3 > h1{
  font-size : 21px;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1.5em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
  clear : both;
}

.page-access#content #page-content > h2, .page-concept#content #page-content > h2, .page-menu#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-3 > h2{
  font-size : 18px;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1.5em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
  clear : both;
}

.page-access#content #page-content > h3, .page-concept#content #page-content > h3, .page-menu#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-3 > h3{
  font-size : 16px;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
  clear : both;
}

.page-access#content #page-content > h4, .page-concept#content #page-content > h4, .page-menu#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-3 > h4{
  font-size : 14px;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h5, .page-concept#content #page-content > h5, .page-menu#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-3 > h5{
  font-size : 13px;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-concept#content #page-content > h6, .page-menu#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-3 > h6{
  font-size : 11px;
}

.page-access#content #page-content > p, .page-concept#content #page-content > p, .page-menu#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-3 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #000000;
  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-concept#content #page-content > p.indent, .page-menu#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-3 > p.indent{
  padding-left : 1em;
}

.page-access#content #page-content > strong, .page-concept#content #page-content > strong, .page-menu#content #page-content > strong, .page-toppage#content #page-content > strong, #sp-block-container-3 > strong{
  font-weight : bold;
  color : #515151;
}

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

  #content.page-access #page-content, #content.page-concept #page-content, #content.page-menu #page-content, #content.page-toppage #page-content, #sp-block-container-3 {
  }
}

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

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

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

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

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

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

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

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

#sp-block-container-1 > h1, #sp-block-container-2 > h1{
  color : #000000;
}

#sp-block-container-1 > h2, #sp-block-container-2 > h2{
  color : #000000;
}

#sp-block-container-1 > h3, #sp-block-container-2 > h3{
  color : #000000;
}

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

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

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

#sp-block-container-1 > p, #sp-block-container-2 > 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-1 > p.indent, #sp-block-container-2 > p.indent{
  padding-left : 10px;
}

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

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

#sp-wp-post-list-1 .hpb-more-entry{
  text-align : right;
}

#sp-wp-post-list-1 .hpb-more-entry > a{
  font-size : 1.3rem;
  font-weight : normal;
  color : #262626;
  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-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  display : inline-block;
  position : relative;
}

#sp-wp-post-list-1 .hpb-more-entry > a:active{
  color : #8f514f;
}

#sp-wp-post-list-1 .hpb-more-entry > a:hover{
  color : #8f514f;
}

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

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

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

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

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

#sp-wp-post-list-1 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-wp-post-list-1 h3{
  font-size : 1.4rem;
  font-weight : bold;
  color : #262626;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #000000;
  clear : both;
}

#sp-wp-post-list-1 li{
  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-top : 0px;
  padding-left : 25px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-bottom : 5px;
}

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

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

#sp-wp-post-list-1 ul{
  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-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 15px;
  list-style-type : none;
  list-style-position : outside;
}

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

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

.hpb-viewtype-content#sp-wp-post-list-1 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#sp-wp-post-list-1 dd{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-1 dl{
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-1 dt{
  background-image : url(img/icon_arrow.png);
  background-repeat : no-repeat;
  background-position : 14px 0.6em;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 20px;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : left;
}

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

  .hpb-viewtype-date#sp-wp-post-list-1 dd{
    padding-top : 5px;
    padding-left : 40px;
    padding-right : 10px;
    padding-bottom : 0px;
  }

  .hpb-viewtype-date#sp-wp-post-list-1 dt{
    width : 100%;
  }
}

#sp-wp-login-button-1{
  text-align : right;
}

#sp-wp-login-button-1 a{
  color : #666666;
  text-decoration : none;
}

#sp-wp-login-button-1 a:active{
  color : #8f514f;
}

#sp-wp-login-button-1 a:hover{
  color : #8f514f;
}

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

  #sp-image-2{
    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;
  }
}

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

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

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

  #sp-image-1, #sp-image-3, #sp-image-4 {
  }
}

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

  #sp-image-1, #sp-image-3, #sp-image-4{
    max-width : 100%;
  }
}

#sp-list-1{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1.5rem;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  max-width : 1000px;
  list-style-type : none;
}

#sp-list-1 li{
  margin-bottom : 8px;
}

#sp-list-1 > li{
  color : #000000;
}

#sp-block-container-2{
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-list-1 {
}

#sp-list-1> li {
}

#sp-site-branding-1{
  background-color : #2f1700;
}

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

#sp-site-navigation-1 > ul > li > a{
  font-weight : bold;
}

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

  #sp-block-container-1{
    width : 259px;
  }

  #sp-block-container-2{
    width : 236px;
    min-height : 321px;
  }

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

  #sp-html-src-1{
    width : 220px;
    min-height : 228px;
  }

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

  #sp-image-2{
    width : 131px;
    height : 176px;
  }

  #sp-image-3{
    margin-top : 0px;
    width : 253px;
    height : 71px;
  }

  #sp-image-4{
    width : 277px;
    height : 198px;
  }

  #sp-list-1{
    width : 609px;
  }
}

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

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

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