/* オリジナル */

#colophon{
  font-size : 1.2rem;
  background-image : url(img/back-pattern-01.png);
}

#content{
  min-height : 50px;
}

#main-inner::after{
  clear : both;
  display : table;
  content : "";
}

#main::after{
  clear : both;
  display : table;
  content : "";
}

#masthead{
  background-image : url(img/back-pattern-01.png);
  margin-bottom : 0px;
}

#page{
  font-size : 1.4rem;
}

#sidebar1{
  font-size : 1.2rem;
}

#sidebar2{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

.hpb-viewtype-full > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-simple > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-thumbnail > article::after{
  clear : both;
  display : table;
  content : "";
}

.navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.screen-reader-text{
  display : none;
}

.searchform::after{
  clear : both;
  display : table;
  content : "";
}

.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.7rem;
  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 : 0px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

.sp-part-top:not(table)::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;
}

.widget a{
  text-decoration : underline;
}

.widget a:hover{
  text-decoration : none;
}

a{
  color : #9c1e1a;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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 : #62492a;
  background-color : #e8d5c2;
  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: 1025px) {

  #colophon-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1200px;
    box-sizing : content-box;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1200px;
    box-sizing : content-box;
  }

  #main-inner{
/*    float : left; */
  }

  #main-inner #contenthead > nav{
    padding-left : 0px;
    padding-right : 0px;
    margin-left : 0px;
    margin-right : 0px;
  }

  #masthead{
    margin-bottom : 0px;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1200px;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  #primary{
    float : right;
  }

  .home #contenthead{
    margin-bottom : 43px;
  }

  .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 : 1200px;
  }
}

@media not screen, screen and (min-width: 1026px) {

  #content{
    width : 1200px;
  }

  #contenthead{
    width : 1200px;
  }
}

@media screen and (max-width: 1025px) {

  #content{
    padding-left : 10px;
    padding-right : 10px;
  }

  #masthead{
    margin-bottom : 0px;
  }

  *{
    box-sizing : border-box;
  }

  .home #contenthead{
    margin-bottom : 20px;
  }

  .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-sidebar{
    padding-left : 10px;
    padding-right : 10px;
  }

  .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-table{
    display : block;
    overflow-x : auto;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  embed{
    max-width : 100%;
  }
}

.page-access#content #page-content, .page-contact#content #page-content, .page-dish#content #page-content, .page-facilities#content #page-content, .page-privacy#content #page-content, .page-reserve#content #page-content, .page-toppage#content #page-content{
  background-color : #fffbf7;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-bottom : 13px;
}

.page-access#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-dish#content #page-content > blockquote, .page-facilities#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-reserve#content #page-content > blockquote, .page-toppage#content #page-content > blockquote{
  background-color : #f5f5f5;
  padding-top : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

.page-access#content #page-content > blockquote p, .page-contact#content #page-content > blockquote p, .page-dish#content #page-content > blockquote p, .page-facilities#content #page-content > blockquote p, .page-privacy#content #page-content > blockquote p, .page-reserve#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-access#content #page-content > blockquote p:first-child, .page-contact#content #page-content > blockquote p:first-child, .page-dish#content #page-content > blockquote p:first-child, .page-facilities#content #page-content > blockquote p:first-child, .page-privacy#content #page-content > blockquote p:first-child, .page-reserve#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child{
  margin-top : 0px;
}

.page-access#content #page-content > h1, .page-contact#content #page-content > h1, .page-dish#content #page-content > h1, .page-facilities#content #page-content > h1, .page-privacy#content #page-content > h1, .page-reserve#content #page-content > h1, .page-toppage#content #page-content > h1{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.5;
  color : #333333;
  background-color : #fffbf7;
  background-image : url(img/icon-title-01.png);
  background-repeat : no-repeat;
  background-position : 4px 0.4em;
  text-decoration : none;
  padding-top : 4px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #9c1e1a;
  border-bottom-color : #f4f4f4;
}

.page-access#content #page-content > h2, .page-contact#content #page-content > h2, .page-dish#content #page-content > h2, .page-facilities#content #page-content > h2, .page-privacy#content #page-content > h2, .page-reserve#content #page-content > h2, .page-toppage#content #page-content > h2{
  font-size : 1.8rem;
  font-weight : bold;
  color : #333333;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h3, .page-contact#content #page-content > h3, .page-dish#content #page-content > h3, .page-facilities#content #page-content > h3, .page-privacy#content #page-content > h3, .page-reserve#content #page-content > h3, .page-toppage#content #page-content > h3{
  font-size : 1.6rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h4, .page-contact#content #page-content > h4, .page-dish#content #page-content > h4, .page-facilities#content #page-content > h4, .page-privacy#content #page-content > h4, .page-reserve#content #page-content > h4, .page-toppage#content #page-content > h4{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h5, .page-contact#content #page-content > h5, .page-dish#content #page-content > h5, .page-facilities#content #page-content > h5, .page-privacy#content #page-content > h5, .page-reserve#content #page-content > h5, .page-toppage#content #page-content > h5{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > h6, .page-contact#content #page-content > h6, .page-dish#content #page-content > h6, .page-facilities#content #page-content > h6, .page-privacy#content #page-content > h6, .page-reserve#content #page-content > h6, .page-toppage#content #page-content > h6{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-access#content #page-content > hr, .page-contact#content #page-content > hr, .page-dish#content #page-content > hr, .page-facilities#content #page-content > hr, .page-privacy#content #page-content > hr, .page-reserve#content #page-content > hr, .page-toppage#content #page-content > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #9c1e1a;
}

.page-access#content #page-content > img, .page-contact#content #page-content > img, .page-dish#content #page-content > img, .page-facilities#content #page-content > img, .page-privacy#content #page-content > img, .page-reserve#content #page-content > img, .page-toppage#content #page-content > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > ins, .page-contact#content #page-content > ins, .page-dish#content #page-content > ins, .page-facilities#content #page-content > ins, .page-privacy#content #page-content > ins, .page-reserve#content #page-content > ins, .page-toppage#content #page-content > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-contact#content #page-content > ol, .page-dish#content #page-content > ol, .page-facilities#content #page-content > ol, .page-privacy#content #page-content > ol, .page-reserve#content #page-content > ol, .page-toppage#content #page-content > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-access#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-dish#content #page-content > ol ol, .page-facilities#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-reserve#content #page-content > ol ol, .page-toppage#content #page-content > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-contact#content #page-content > p, .page-dish#content #page-content > p, .page-facilities#content #page-content > p, .page-privacy#content #page-content > p, .page-reserve#content #page-content > p, .page-toppage#content #page-content > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > pre, .page-contact#content #page-content > pre, .page-dish#content #page-content > pre, .page-facilities#content #page-content > pre, .page-privacy#content #page-content > pre, .page-reserve#content #page-content > pre, .page-toppage#content #page-content > pre{
  background-color : #f5f5f5;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#sp-table-1, #sp-table-2{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td{
  background-color : #ffffff;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-1 > tbody > tr > th, #sp-table-2 > tbody > tr > th{
  font-weight : bold;
  background-color : #f8f2e2;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-form-1, #sp-form-2{
  margin-bottom : 25px;
}

#sp-form-1 > input, #sp-form-2 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"], #sp-form-2 > input[type="submit"]{
  font-size : 1.3rem;
  line-height : 1;
  color : #ffffff;
  background-color : #665c51;
  padding-top : 8px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 8px;
  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;
  float : right;
}

#sp-form-1 > table, #sp-form-2 > table{
  margin-top : 0px;
  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 : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td, #sp-form-2 > table td{
  background-color : #ffffff;
  padding-top : 7px;
  padding-left : 7px;
  padding-right : 7px;
  padding-bottom : 7px;
  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-form-1 > table th, #sp-form-2 > table th{
  font-weight : bold;
  color : #787878;
  background-color : #f8f2e2;
  vertical-align : top;
  padding-top : 7px;
  padding-left : 7px;
  padding-right : 7px;
  padding-bottom : 7px;
  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-form-1 > textarea[name="message"], #sp-form-2 > textarea[name="message"]{
  width : 100%;
}

@media screen and (max-width: 1025px) {

  #sp-form-1 > table, #sp-form-2 > table{
    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-form-1 > table td, #sp-form-2 > table td{
    display : block;
  }

  #sp-form-1 > table th, #sp-form-2 > table th{
    display : block;
  }
}

#sp-definition-list-1{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 19px;
}

#sp-definition-list-1 > dd{
  margin-top : 10px;
  margin-left : 40px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-1 > dt{
  padding-left : 15px;
  margin-top : 25px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #9c1e1a;
}

#sp-definition-list-1 > dt:first-child{
  margin-top : 0px;
}

#sp-list-1, #sp-list-2, #sp-list-3{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-list-1 > li, #sp-list-2 > li, #sp-list-3 > li{
  background-color : transparent;
  background-image : url(img/icon-arrow-01.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left 0.5em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-list-1 > ul, #sp-list-2 > ul, #sp-list-3 > ul{
  margin-bottom : 0px;
}

#sp-block-container-1{
  color : #ffffff;
  padding-top : 10px;
  padding-bottom : 0px;
  clear : both;
  position : relative;
}

#sp-block-container-1 .copyright{
  font-size : 1.1rem;
  text-align : center;
}

#sp-block-container-1 a{
  color : #ffffff;
}

#sp-block-container-1 > *{
  margin-top : 10px;
  margin-bottom : 0px;
}

#sp-block-container-1 > *:first-child{
  margin-top : 0px;
}

@media not screen, screen and (min-width: 1026px) {

  #sp-block-container-1{
    padding-top : 15px;
    padding-bottom : 15px;
  }
}

@media screen and (max-width: 1025px) {

  #sp-block-container-1{
    padding-top : 15px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 15px;
  }

  #sp-block-container-1 .copyright{
    text-align : center;
  }
}

#sp-wp-post-list-1{
  padding-left : 0px;
  padding-right : 0px;
  margin-top : 0px;
  margin-bottom : 13px;
}

#sp-wp-post-list-1 article > header > h4 > a{
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 1.5;
  color : #333333;
  background-color : #fffbf7;
  background-image : url(img/icon-title-01.png);
  background-repeat : no-repeat;
  background-position : 4px 0.4em;
  text-decoration : none;
  padding-top : 4px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #9c1e1a;
  border-bottom-color : #f4f4f4;
  display : block;
}

.hpb-viewtype-content#sp-wp-post-list-1{
  background-color : #fffbf7;
  padding-bottom : 20px;
}

.hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-right : 20px;
}

.hpb-viewtype-date#sp-wp-post-list-1{
  background-color : #fffbf7;
  padding-bottom : 20px;
}

.hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-right : 20px;
}

.hpb-viewtype-full#sp-wp-post-list-1 > h3 > a{
  margin-bottom : 20px;
}

.hpb-viewtype-simple#sp-wp-post-list-1 > h3 > a{
  margin-bottom : 20px;
}

.hpb-viewtype-thumbnail#sp-wp-post-list-1 > h3 > a{
  margin-bottom : 20px;
}

.hpb-viewtype-title#sp-wp-post-list-1{
  background-color : #fffbf7;
  padding-bottom : 20px;
}

.hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-right : 20px;
}

#sp-wp-post-list-1 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > .hpb-more-entry a{
  color : #ffffff;
  background-color : #665c51;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 5px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : inline-block;
}

#sp-wp-post-list-1 > article{
  background-color : #fffbf7;
  padding-bottom : 20px;
  margin-bottom : 13px;
}

#sp-wp-post-list-1 > article > div{
  padding-left : 20px;
  padding-right : 20px;
}

#sp-wp-post-list-1 > article > footer{
  color : #3a2011;
  padding-left : 20px;
  padding-right : 20px;
  clear : both;
}

#sp-wp-post-list-1 > article > footer .by-author{
  background-image : url(img/icon-author.png);
}

#sp-wp-post-list-1 > article > footer .cat-links{
  background-image : url(img/icon-cat.png);
}

#sp-wp-post-list-1 > article > footer .comments-link{
  background-image : url(img/icon-comments.png);
}

#sp-wp-post-list-1 > article > footer .date{
  background-image : url(img/icon-date.png);
}

#sp-wp-post-list-1 > article > footer .sep{
  display : none;
}

#sp-wp-post-list-1 > article > footer .tags-links{
  background-image : url(img/icon-tags.png);
}

#sp-wp-post-list-1> article> footer a {
}

#sp-wp-post-list-1 > article > footer span{
  font-size : 1.2rem;
  background-repeat : no-repeat;
  background-position : 0px 2px;
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-right : 15px;
  display : inline-block;
}

#sp-wp-post-list-1 > article > header{
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > article > header > h4{
  background-color : transparent;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > article > p > img{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#sp-wp-post-list-1 > dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > dl::after{
  clear : both;
  display : table;
  content : "";
}

#sp-wp-post-list-1 > dl > dd{
  padding-top : 4px;
  padding-left : 149px;
  padding-right : 5px;
  padding-bottom : 4px;
  margin-top : 0px;
  margin-left : -149px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #cdcdcd;
  width : 100%;
  float : left;
}

#sp-wp-post-list-1 > dl > dt{
  padding-top : 4px;
  padding-left : 19px;
  padding-right : 5px;
  padding-bottom : 4px;
  width : 149px;
  float : left;
}

#sp-wp-post-list-1 > h3{
  background-color : transparent;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > h3 > a{
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 1.5;
  color : #333333;
  background-color : #fffbf7;
  background-image : url(img/icon-title-01.png);
  background-repeat : no-repeat;
  background-position : 4px 0.4em;
  text-decoration : none;
  padding-top : 4px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 9px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #9c1e1a;
  border-bottom-color : #f4f4f4;
  display : block;
}

#sp-wp-post-list-1 > nav{
  margin-bottom : 20px;
}

#sp-wp-post-list-1 > nav .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

#sp-wp-post-list-1 > nav .nav-previous{
  margin-left : 0px;
  float : left;
}

#sp-wp-post-list-1 > nav a{
  font-style : italic;
  color : #9c1e1a;
  text-decoration : underline;
}

#sp-wp-post-list-1 > nav div{
  width : 50%;
}

#sp-wp-post-list-1 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-1> ul> li {
}

#sp-wp-post-list-1 > ul > li > a{
  padding-top : 4px;
  padding-left : 19px;
  padding-right : 5px;
  padding-bottom : 4px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #cdcdcd;
  display : block;
}

@media screen and (max-width: 1025px) {

  #sp-wp-post-list-1 dl dd{
    margin-left : 10px;
  }

  .hpb-viewtype-date#sp-wp-post-list-1 dd{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 0px;
    padding-bottom : 5px;
  }

  .hpb-viewtype-date#sp-wp-post-list-1 dt{
    padding-bottom : 5px;
    width : 100%;
  }
}

#sp-site-branding2-1 .extra{
  color : #ffffff;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.1rem;
  color : #ffffff;
}

#sp-site-branding2-1 .extra > p:first-child{
  font-size : 2.1rem;
}

#sp-site-branding2-1 .site-description{
  font-size : 1.1rem;
  background-color : #0e3b5e;
}

#sp-site-branding2-1 .site-title a{
  text-indent : -9999px;
  display : block;
  overflow : hidden;
}

@media not screen, screen and (min-width: 1026px) {

  #sp-site-branding2-1{
    padding-top : 43px;
    padding-bottom : 14px;
  }

  #sp-site-branding2-1 .extra{
    margin-top : 27px;
    width : auto;
    float : right;
    position : static;
  }

  #sp-site-branding2-1 .site-description{
    font-weight : bold;
    color : #e8d5c2;
    text-align : right;
    padding-top : 14px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 13px;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 0px;
    width : auto;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 23px;
    float : left;
  }
}

@media screen and (max-width: 1025px) {

  #sp-site-branding2-1{
    padding-top : 41px;
    padding-bottom : 14px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    margin-top : 11px;
  }

  #sp-site-branding2-1 .extra > p{
    text-align : center;
  }

  #sp-site-branding2-1 .site-description{
    font-weight : bold;
    color : #a2cef0;
    text-align : left;
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 4px;
    margin-bottom : 0px;
    position : absolute;
    top : 0px;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 22px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

@media not screen, screen and (min-width: 1026px) {

  #sp-site-navigation-1{
    background-image : url(img/back-pattern-01.png);
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 0px;
    box-shadow : 0px 5px 5px 0px rgba(6, 0, 1, 0.45);
    z-index : 2;
    
  }

  #sp-site-navigation-1 ul ul{
    font-size : 1.2rem;
    background-color : #0e5287;
    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 ul li{
    border-bottom-width : 1px;
    border-bottom-style : dashed;
    border-bottom-color : #abc9f7;
    position : relative;
  }

  #sp-site-navigation-1 ul ul li.menu-item-has-children > a::after{
    background-image : url(img/icon-nav-arrow-01.png);
    background-repeat : no-repeat;
    background-position : left center;
    margin-top : -3px;
    width : 6px;
    height : 7px;
    display : block;
    position : absolute;
    top : 50%;
    right : 10px;
    z-index : 10;
    content : "";
  }

  #sp-site-navigation-1 ul ul li:hover > ul{
    display : block;
    top : 0px;
    left : 100%;
  }

  #sp-site-navigation-1 ul ul li > a{
    color : #ffffff;
    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;
    position : relative;
  }

  #sp-site-navigation-1 ul ul li > a:hover{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 > ul{
    font-size : 1.6rem;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    border-left-width : 1px;
    border-left-style : dashed;
    border-left-color : #abc9f7;
  }

  #sp-site-navigation-1 > ul > li{
    padding-right : 1px;
    border-right-width : 1px;
    border-right-style : dashed;
    border-right-color : #abc9f7;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    background-color : #1164a5;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    background-color : #1164a5;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    background-color : #1164a5;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    background-color : #1164a5;
  }

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #ffffff;
    padding-top : 20px;
    padding-left : 21px;
    padding-right : 21px;
    padding-bottom : 20px;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    background-color : #1164a5;
  }
}

@media screen and (max-width: 1025px) {

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    margin-top : 0px;
  }

  #sp-site-navigation-1 .menu-toggle{
    font-size : 1.3rem;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 12px;
    padding-bottom : 12px;
    border-top-width : 1px;
    border-top-style : dashed;
    border-top-color : #abc9f7;
  }

  #sp-site-navigation-1 li > a:active{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 li > a:hover{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #0e5287;
    text-decoration : none;
    padding-top : 8px;
    padding-bottom : 8px;
    border-top-width : 1px;
    border-top-style : dashed;
    border-top-color : #abc9f7;
  }

  #sp-site-navigation-1 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-1 ul ul ul li > a{
    padding-left : 55px;
  }

  #sp-site-navigation-1 > ul li.current-menu-ancestor > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-1 > ul li.current_page_item > a{
    background-color : #2073b4;
  }
}

@media not screen, screen and (min-width: 1026px) {

  #sp-site-navigation-2{
    background-color : transparent;
    text-align : center;
    padding-top : 11px;
    padding-bottom : 10px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 ul{
    font-size : 1.3rem;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #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;
    color : #9c1e1a;
  }

  #sp-site-navigation-2 ul li::after{
    color : #787878;
    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 : #787878;
    margin-top : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-bottom : 0px;
    content : '|';
  }

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    text-decoration : none;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    text-decoration : none;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    text-decoration : none;
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    text-decoration : none;
  }

  #sp-site-navigation-2 > ul > li:first-child > a{
    padding-left : 0px;
    margin-left : 0px;
    border-left-width : medium;
    border-left-style : none;
    border-left-color : initial;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    text-decoration : none;
  }
}

@media screen and (max-width: 1025px) {

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    margin-top : 0px;
  }

  #sp-site-navigation-2 .menu-toggle{
    font-size : 1.3rem;
    background-color : #0e5287;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 12px;
    padding-bottom : 12px;
    border-top-width : 1px;
    border-top-style : dashed;
    border-top-color : #abc9f7;
  }

  #sp-site-navigation-2 li > a:active{
    background-color : #2073b4;
  }

  #sp-site-navigation-2 li > a:hover{
    background-color : #2073b4;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #0e5287;
    text-decoration : none;
    padding-top : 8px;
    padding-bottom : 8px;
    border-top-width : 1px;
    border-top-style : dashed;
    border-top-color : #abc9f7;
  }

  #sp-site-navigation-2 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-2 ul ul ul li > a{
    padding-left : 55px;
  }

  #sp-site-navigation-2 > ul li.current-menu-ancestor > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    background-color : #2073b4;
  }

  #sp-site-navigation-2 > ul li.current_page_item > a{
    background-color : #2073b4;
  }
}

#sp-page-title-1 > 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{
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 1.5;
  color : #333333;
  background-color : #fffbf7;
  background-image : url(img/icon-title-01.png);
  background-repeat : no-repeat;
  background-position : 4px 0.4em;
  text-decoration : none;
  padding-top : 4px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #9c1e1a;
  border-bottom-color : #f4f4f4;
}

#sp-image-1{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  max-width : 100%;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title1.png);
}

#sp-site-branding2-1 > .extra{
  font-weight : bold;
  color : #fffbf7;
}

#sp-site-branding2-1 > .extra > .paragraph a{
  font-weight : bold;
  color : #ffffff;
}

#sp-site-branding2-1 > .extra > .paragraph a:visited{
  color : #ffffff;
  background-color : #ffffff;
  text-decoration : underline;
}

#sp-site-branding2-1 > .extra > .paragraph a:hover{
  font-weight : bold;
  color : #f4f344;
}

#sp-site-navigation-1{
  background-color : #624e3d;
}

@media not screen, screen and (min-width: 1026px) {

  #sp-google-map-1{
    width : 600px;
    min-height : 350px;
  }

  #sp-site-branding2-1 > .site-title{
    width : 300px;
    height : 70px;
  }
}

@media screen and (max-width: 1025px) {

  #sp-google-map-1{
    width : 400px;
    min-height : 350px;
  }
}
/* カスタマイズ */

/* 7.画像 */

#goryu img {width:auto; margin:0px 0px 0px 0px; max-width: 100%; height: auto;}


/* 1.テーブル設定 */

/* 1.1.基本テーブル設定 */
table{ max-width: 100%; border: none ; border-collapse: collapse; letter-spacing: 0.025em; padding:0px; margin:0px;}
@media screen and (max-width: 1025px) {#goryu table { max-width: 98%;}}
table.mobile-block th, #content table.mobile-block td { border-top: none; display: block; }
#goryu .tbl table {display:table; border-collapse: collapse; }
@media screen and (min-width: 1026px) {#goryu .smf , #goryu td.smf  , #goryu th.smf { display: none;}}
@media screen and (max-width: 1025px) {#goryu .smh , #goryu td.smh  , #goryu th.smh  { display: none;}}

/* 1.2.スクロール生成テーブル */
#goryu .scr table,
#goryu .scr table thead,#goryu .scr table tbody,#goryu .scr table tfoot,
#goryu .scr table tr,#goryu .scr table thead tr,#goryu .scr table tbody tr,#goryu .scr table tfoot tr,
#goryu .scr table th,#goryu .scr table tr th,#goryu .scr table thead th,#goryu .scr table thead tr th,
#goryu .scr table tbody th,#goryu .scr table tbody tr th,#goryu .scr table tfoot th,#goryu .scr table tfoot tr th,
#goryu .scr table td,#goryu .scr table tr td,#goryu .scr table thead td,#goryu .scr table thead tr td,
#goryu .scr table tbody td,#goryu .scr table tbody tr td,#goryu .scr table tfoot td,#goryu .scr table tfoot tr td
 { display: block; margin:0px;}
#goryu .scr table thead { float: left; white-space: nowrap;}
#goryu .scr table tbody tr { display: inline-block;}
#goryu .scr table tbody { white-space: nowrap; overflow: auto;}

/* 1.3.スクロール内テーブル */
#goryu .stbl table {display:table; border-collapse: collapse;}
#goryu .stbl table thead{display:table-header-group; float: none;}
#goryu .stbl table tbody{display:table-row-group;}
#goryu .stbl table tfoot{display:table-footer-group;}
#goryu .stbl table thead tr,#goryu .stbl table tbody tr,#goryu .stbl table tfoot tr,#goryu .stbl table tr{display:table-row;}
#goryu .stbl table th,#goryu .stbl table td,#goryu .stbl table tr th,#goryu .stbl table tr td ,
#goryu .stbl table thead th,#goryu .stbl table thead td,#goryu .stbl table thead tr th,#goryu .stbl table thead tr td ,
#goryu .stbl table tbody th,#goryu .stbl table tbody td,#goryu .stbl table tbody tr th,#goryu .stbl table tbody tr td ,
#goryu .stbl table tfoot th,#goryu .stbl table tfoot td,#goryu .stbl table tfoot tr th,#goryu .stbl table tfoot tr td {display:table-cell;}

/* 1.4.レスポンシブテーブル外枠 */
#goryu .mblock table {width: 100%; max-width: 100%; vertical-align: top; margin:0px; padding: 0px; border-collapse: collapse;}
#goryu .mblock iframe{ padding: 0px; margin: 0px;}
#goryu .mblock img{ padding: 0px; margin: 0px;}
@media screen and (max-width: 1025px) {#goryu .mblock table th{display: block;}}
@media screen and (max-width: 1025px) {#goryu .mblock table td{display: block;}}

/* 1.5.装飾設定 */

/* 1.5.1.パディング */
#goryu .pd0,#goryu .pd0 td ,#goryu .pd0 th , #goryu td.pd0 ,#goryu th.pd0{padding: 0px 0px 0px 0px;}
#goryu .pd5 td ,#goryu .pd5 th , #goryu td.pd5 ,#goryu th.pd5{padding: 5px 5px 5px 5px;}
#goryu .pd10 td ,#goryu .pd10 th , #goryu td.pd10 ,#goryu th.pd10{padding: 10px 10px 10px 10px;}
#goryu .pdl20 td ,#goryu .pdl10 th , #goryu td.pdl10 ,#goryu th.pdl0{padding-left: 20px;}
#goryu .pd100 td ,#goryu .pd100 th , #goryu td.pd100 ,#goryu th.pd100{padding: 10px 0px 10px 0px;}
#goryu .pd105 td ,#goryu .pd105 th , #goryu td.pd105 ,#goryu th.pd105{padding: 10px 5px 10px 5px;}
#goryu .pd107 td ,#goryu .pd107 th , #goryu td.pd107 ,#goryu th.pd107{padding: 10px 7px 10px 7px;}
#goryu .pd1015 td ,#goryu .pd1015 th , #goryu td.pd1015 ,#goryu th.pd1015{padding: 10px 15px 10px 15px;}
#goryu .pd1020 td ,#goryu .pd1020 th , #goryu td.pd1020 ,#goryu th.pd1020{padding: 10px 20px 10px 20px;}
#goryu .pd510 td ,#goryu .pd510 th , #goryu td.pd510 ,#goryu th.pd510{padding: 5px 10px 5px 10px;}

/* 1.5.2.罫線 */
/* 1.5.2.1　基本設定 */
#goryu .bd1 td ,#goryu .bd1 th {border:solid 1px #a4a4a4; border-collapse: collapse;}
#goryu .bdb1 td ,#goryu .bd1 th {border-bottom:solid 1px #a4a4a4; border-collapse: collapse;}
#goryu .bd0 td ,#goryu .bd0 th , #goryu td.bd0 , #goryu th.bd0 {border:none; border-collapse: collapse;}
#goryu .bdl0 td , #goryu .bdl0 th , #goryu td.bdl0 , #goryu th.bdl0 {border-left:none; border-collapse: collapse;}
#goryu .bdr0 td , #goryu .bdr0 th , #goryu td.bdr0 , #goryu th.bdr0 {border-right:none; border-collapse: collapse;}
#goryu .bdt0 td , #goryu .bdt0 th , #goryu td.bdt0 , #goryu th.bdt0 {border-top:none; border-collapse: collapse;}
#goryu .bdb0 td , #goryu .bdb0 th , #goryu td.bdb0 , #goryu th.bdb0 {border-bottom:none; border-collapse: collapse;}
@media screen and (max-width: 1025px) {#goryu .bdtm0 td , #goryu .bdtm0 th , #goryu td.bdtm0 , #goryu th.bdtm0 {border:solid 1px #a4a4a4; border-top:none; border-collapse: collapse;}}
@media screen and (max-width: 1025px) {#goryu .bdtm0 table thead tr:first-child th:first-child , #goryu table thead tr:first-child th:first-child.bdtm0 {border:solid 1px #a4a4a4; border-collapse: collapse;}}
/* 1.5.2.2.　角丸四角形(1列の場合) */
#goryu .kmaru1 table { border: 1px solid #a4a4a4; border-collapse: separate; border-spacing: 0px; border-radius: 6px;box-shadow:3px 3px 3px #ededed;}
#goryu .kmaru1 table thead th,#goryu .kmaru1 table tbody th, #goryu .kmaru1 table tbody td { border-bottom: 1px solid #a4a4a4;}
#goryu .kmaru1 table thead tr:first-child th:first-child , { border-left: none; border-radius: 5px 5px 0 0;}
#goryu .kmaru1 table tbody tr:last-child td:first-child { border-left: none; border-bottom: none; border-radius: 0 0 5px 5px;}
/* 1.5.2.3.　角丸四角形(複数列の場合) */
#goryu .kmaru2 table { border: 1px solid #a4a4a4; border-collapse: separate; border-spacing: 0px;  border-radius: 6px; box-shadow:3px 3px 3px #ededed;}
#goryu .kmaru2 table thead tr th , #goryu .kmaru2 table tbody tr td , { border-bottom: 1px solid #a4a4a4; border-left: 1px solid #a4a4a4;}
#goryu .kmaru2 table tr th:first-child , #goryu .kmaru2 table tr td:first-child { border-left: none;}
#goryu .kmaru2 table tr:last-child th , #goryu .kmaru2 table tr:last-child td { border-bottom: none;}
#goryu .kmaru2 table tr:first-child th:first-child { border-radius: 5px 0 0 0;}
#goryu .kmaru2 table tr:first-child th:last-child { border-radius: 0 5px 0 0;}
#goryu .kmaru2 table tr:last-child td:first-child { border-radius: 0 0 0 5px;}
#goryu .kmaru2 table tr:last-child td:last-child { border-radius: 0 0 5px 0;}

/* 1.5.3.表のサイズ・セル幅 */
#goryu .w100 table {width:100%; max-width:100%}
#goryu .w98 table {width:98%; max-width:98%}
#goryu .w80 table td , #goryu .w80 table th, #goryu table td.w80 ,#goryu table th.w80 {width:80%;}
#goryu .w70 table td , #goryu .w70 table th, #goryu table td.w70 ,#goryu table th.w70 {width:70%;}
#goryu .w60 table td , #goryu .w60 table th, #goryu table td.w60 ,#goryu table th.w60 {width:60%;}
#goryu .w65 table td , #goryu .w65 table th, #goryu table td.w65 ,#goryu table th.w65 {width:65%;}
#goryu .w50 table td , #goryu .w50 table th, #goryu table td.w50 ,#goryu table th.w50 {width:50%;}
#goryu .w40 table td , #goryu .w40 table th, #goryu table td.w40 ,#goryu table th.w40 {width:40%;}
#goryu .w35 table td , #goryu .w35 table th, #goryu table td.w35 ,#goryu table th.w35 {width:35%;}
#goryu .w30 table td , #goryu .w30 table th, #goryu table td.w30 ,#goryu table th.w30 {width:30%;}
#goryu .w20 table td , #goryu .w20 table th, #goryu table td.w20 ,#goryu table th.w20 {width:20%;}
#goryu .w10 table td , #goryu .w10 table th, #goryu table td.w10 ,#goryu table th.w10 {width:10%;}
#goryu .wk80 table td , #goryu .wk80 table th, #goryu table td.wk80 ,#goryu table th.wk80 {width:80%;}
#goryu .wk20 table td , #goryu .wk20 table th, #goryu table td.wk20 ,#goryu table th.wk20 {width:20%;}

@media screen and (max-width: 1025px) {
#goryu .w90 table th, #goryu .w90 table td, #goryu table td.w90 ,#goryu table th.w90,
#goryu .w80 table th, #goryu .w80 table td, #goryu table td.w80 ,#goryu table th.w80,
#goryu .w70 table th, #goryu .w70 table td, #goryu table td.w70 ,#goryu table th.w70,
#goryu .w60 table th, #goryu .w60 table td, #goryu table td.w60 ,#goryu table th.w60,
#goryu .w65 table td  #goryu .w65 table th, #goryu table td.w65 ,#goryu table th.w65,
#goryu .w50 table th, #goryu .w50 table td, #goryu table td.w50 ,#goryu table th.w50,
#goryu .w40 table th, #goryu .w40 table td, #goryu table td.w40 ,#goryu table th.w40,
#goryu .w35 table td ,#goryu .w35 table th, #goryu table td.w35 ,#goryu table th.w35,
#goryu .w30 table th, #goryu .w30 table td, #goryu table td.w30 ,#goryu table th.w30,
#goryu .w20 table th, #goryu .w20 table td, #goryu table td.w20 ,#goryu table th.w20,
#goryu .w10 table th, #goryu .w10 table td, #goryu table td.w10 ,#goryu table th.w10
{display: block; width:100%;}}

@media screen and (max-width: 1025px) {#goryu .wk80 table td , #goryu .wk80 table th, #goryu table td.wk80 ,#goryu table th.wk80 {width:70%;}}
@media screen and (max-width: 1025px) {#goryu .wk20 table td , #goryu .wk20 table th, #goryu table td.wk20 ,#goryu table th.wk20 {width:30%;}}


#goryu .cel5 td ,#goryu .cel5 th {width:20%;}


/* 1.5.4.セル配置 */
#goryu .tdrt td ,#goryu .tdrt th , #goryu td.tdrt ,#goryu th.tdrt { text-align: right; }
#goryu .tdct td ,#goryu .tdct th , #goryu td.tdct ,#goryu th.tdct { text-align: center; }
#goryu .tdlt td ,#goryu .tdlt th , #goryu td.tdlt ,#goryu th.tdlt { text-align: left; }
#goryu .tdtp td ,#goryu .tdtp th , #goryu td.tdtp ,#goryu th.tdtp  { vertical-align: top;}
#goryu .tdbm td ,#goryu .tdbm th , #goryu td.tdbm, ,#goryu th.tdbm  { vertical-align: bottom;}
#goryu .tdvct td ,#goryu .tdvct th , #goryu td.tdvct, ,#goryu th.tdvct  { vertical-align: middle;}

/* 1.5.5.改行設定 */
#goryu .wsn td ,#goryu .wsn th , #goryu td.wsn ,#goryu th.wsn , #goryu form th{ white-space: nowrap; }
#goryu .wsa td ,#goryu .wsa th , #goryu td.wsa ,#goryu th.wsa { white-space: normal; }
#goryu .pre td ,#goryu .pre th , #goryu td.pre ,#goryu th.pre { white-space: pre-wrap; }

/* 1.5.7.セルカラー */
/* 1.5.7.1　基本色 */
#goryu .stbl thead th , #goryu .tbl thead th { background-color: #c9d5f4; font-weight:bold;}
#goryu .stbl thead td , #goryu .tbl thead td{ background-color: #E9EDF8; }
#goryu .stbl tbody th , #goryu .tbl tbody th {background-color: #E9EDF8; }
#goryu .nom td,#goryu .nom th,#goryu td.nom,#goryu th.nom,#goryu .nom,#goryu .stbl td.nom,#goryu .stbl th.nom,#goryu .tbl td.nom,#goryu .tbl th.nom,#goryu .stbl tbody td,#goryu .tbl tbody td{ background-color: #F9FAFD; }
#goryu .whit td,#goryu .whit th,#goryu td.whit,#goryu th.whit,#goryu .whit,#goryu .stbl td.whit,#goryu .stbl th.whit,#goryu .tbl td.whit,#goryu .tbl th.whit { background-color:#ffffff;}
#goryu .cyan td,#goryu .cyan th,#goryu td.cyan,#goryu th.cyan,#goryu .cyan,#goryu .stbl td.cyan,#goryu .stbl th.cyan,#goryu .tbl td.cyan,#goryu .tbl th.cyan { background-color:#E0FFFF;}
#goryu .yell td,#goryu .yell th,#goryu td.yell,#goryu th.yell,#goryu .yell,#goryu .stbl td.yell,#goryu .stbl th.yell,#goryu .tbl td.yell,#goryu .tbl th.yell { background-color:#FFFACD;}
#goryu .gren td,#goryu .gren th,#goryu td.gren,#goryu th.gren,#goryu .gren,#goryu .stbl td.gren,#goryu .stbl th.gren,#goryu .tbl td.gren,#goryu .tbl th.gren { background-color:#98FB98;}
#goryu .orng td,#goryu .orng th,#goryu td.orng,#goryu th.orng,#goryu .orng,#goryu .stbl td.orng,#goryu .stbl th.orng,#goryu .tbl td.orng,#goryu .tbl th.orng { background-color:#FFDEAD;}
#goryu .gray td,#goryu .gray th,#goryu td.gray,#goryu th.gray,#goryu .gray,#goryu .stbl td.gray,#goryu .stbl th.gray,#goryu .tbl td.gray,#goryu .tbl th.gray { background-color:#CCCCCC;}
#goryu .steelgray td,#goryu .steelgray th,#goryu td.steelgray,#goryu th.steelgray,#goryu .steelgray,#goryu .stbl td.steelgray,#goryu .stbl th.steelgray,#goryu .tbl td.steelgray,#goryu .tbl th.steelgray { background-color:#708090;}
#goryu .blue td,#goryu .blue th,#goryu td.blue,#goryu th.blue,#goryu .blue,#goryu .stbl td.blue,#goryu .stbl th.blue,#goryu .tbl td.blue,#goryu .tbl th.blue { background-color:#1E90FF; color:#ffffff;}
#goryu .red td ,#goryu .red th ,#goryu td.red ,#goryu th.red ,#goryu .red ,#goryu .stbl td.red ,#goryu .stbl th.red ,#goryu .tbl td.red ,#goryu .tbl th.red { background-color:#FF0000; color:#ffffff;}
#goryu .green td ,#goryu .green th ,#goryu td.green ,#goryu th.green ,#goryu .green ,#goryu .stbl td.green ,#goryu .stbl th.green ,#goryu .tbl td.green ,#goryu .tbl th.green { background-color:#006400; color:#ffffff;}
#goryu .pupl td,#goryu .pupl th,#goryu td.pupl,#goryu th.pupl,#goryu .pupl,#goryu .stbl td.pupl,#goryu .stbl th.pupl,#goryu .tbl td.pupl,#goryu .tbl th.pupl { background-color:#800080; color:#ffffff;}
#goryu .maroon td,#goryu .maroon th,#goryu td.maroon,#goryu th.maroon,#goryu .maroon,#goryu .stbl td.maroon,#goryu .stbl th.maroon,#goryu .tbl td.maroon,#goryu .tbl th.maroon { background-color:#800000; color:#ffffff;}
/* 1.5.7.2 ヘッダーセル・グラデーション*/
#goryu .gr thead th , #goryu thead th.gr{
background-color:#336699;
background:-moz-linear-gradient(rgba(51,102,153,0.7), rgba(51,102,153,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(51,102,153,0.7)), to(rgba(51,102,153,0.9)));
color:#ffffff;
font-weight:bold;
}
#goryu .grblue thead th{
background-color:#336699;
background:-moz-linear-gradient(rgba(51,102,153,0.7), rgba(51,102,153,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(51,102,153,0.7)), to(rgba(51,102,153,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}
#goryu .grgren thead th {
background-color:#006633;
background:-moz-linear-gradient(rgba(00,102,51,0.7), rgba(00,102,51,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(00,102,51,0.7)), to(rgba(00,102,51,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}
#goryu .grred thead th {
background-color:#990000;
background:-moz-linear-gradient(rgba(153,0,0,0.6), rgba(153,0,0,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(153,0,0,0.6)), to(rgba(153,0,0,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}
#goryu .grpupl thead th {
background-color:#990000;
background:-moz-linear-gradient(rgba(102,51,153,0.6), rgba(102,51,153,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(102,51,153,0.6)), to(rgba(102,51,153,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}
#goryu .grgray thead th {
background-color:#990000;
background:-moz-linear-gradient(rgba(102,102,102,0.6), rgba(102,102,102,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(102,102,102,0.6)), to(rgba(102,102,102,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}
#goryu .grgold thead th {
background-color:#990000;
background:-moz-linear-gradient(rgba(199,21,133,0.7), rgba(199,21,133,0.9) 50%);
background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(199,21,133,0.7)), to(rgba(199,21,133,0.9)));
color:#ffffff;
font-weight:bold;
border-radius: 5px 5px 0 0;
}

/* 1.5.8.フォーム */
#goryu select {font-size: 1.7rem; line-height: 1.9rem; margin:0px 0px 5px 10px; padding:10px; }
#goryu select.tour { width:75px!important; background-color:transparent; border:0px; color:#ffffff; font-size: 12px; line-height: 12px; margin:0px; padding:0px 3px 0px 3px; }
#goryu input[type="text"], #goryu input[type="email"] {font-size: 1.7rem; line-height: 1.9rem; padding:5px 5px 5px 5px; margin:0px 0px 0px 0px; border: 1px inset #a4a4a4;}
#goryu input [type="submit"] { width: 150px; }
#goryu .tform select {font-size: 12px; line-height: 12px; margin:0px 0px 0px 0px; padding:3px; border: 1px inset #a4a4a4;}
#goryu .thanks input[type=text], #goryu .thanks input[type=email]  {box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);  font-size: 12px; line-height: 12px; margin:0px; padding:0px; border-style:none; background-color: #F9FAFD; width: 95%;}

/* 4.箇条書き設定 */
#goryu ul{ list-style:disc; text-align: left; padding: 0px; margin-left:20px; margin-right:20px }

/* 1.フォント */

/* 1.1.フォントサイズ太さ */
#goryu p { font-size:1.6rem; line-height:1.8rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f12 { font-size:1.2rem; line-height:1.4rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f13 { font-size:1.3rem; line-height:1.5rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f14 { font-size:1.4rem; line-height:1.6rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f15 { font-size:1.5rem; line-height:1.7rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f16 { font-size:1.6rem; line-height:1.8rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f17 { font-size:1.7rem; line-height:1.9rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f18 { font-size:1.8rem; line-height:2.0rem; text-align:center; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f19 { font-size:1.9rem; line-height:2.1rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu .f20 { font-size:2.0rem; line-height:2.2rem; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
#goryu h6 { font-size:1.8rem; line-height:2.0rem; text-align:left; margin-top:10px; margin-right:1.5rem; margin-bottom:-30px; margin-left:2rem;}
#goryu h5 { font-size:1.8rem; line-height:2.0rem; text-align:center; margin-top:20px; margin-right:1rem; margin-bottom:20px; margin-left:1rem;}
@media screen and (max-width: 1025px) {#goryu h5 { font-size:1.8rem; line-height:2.0rem; text-align:left; margin-top:20px; margin-right:1rem; margin-bottom:20px; margin-left:1rem;}}
#goryu h4 { font-size:2.6rem; line-height:2.8rem; color:#333333; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;}
@media screen and (max-width: 1025px) {#goryu h4 { font-size:2.6rem; line-height:2.8rem; color:#333333; margin-top:0px; margin-left:2rem; margin-bottom:10px; margin-left:2rem;}}
#goryu h3 { font-size:3.0rem; line-height:3.2rem; color:#000000; text-align:center; font-weight:bold; margin-top:20px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;
font-family : "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;}
#goryu h2 { font-size:3.0rem; line-height:3.2rem; color:#883300; text-align:center; font-weight:bold; margin-top:20px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;
font-family : "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;}
#goryu h1 { font-size:3.3rem; line-height:3.5rem; color:#663300; text-align:center; font-weight:bold; margin-top:0px; margin-right:2rem; margin-bottom:10px; margin-left:2rem;
font-family : "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;}
#goryu .fwb { font-weight:bold; }
#goryu .fwn { font-weight:normal; }

/* 2. カラー */


/* 3. 幅 */

/* 3.マージン */
#goryu .m0 {margin:0px 0px 0px 0px}
#goryu .m10 {margin:10px 10px 10px 10px;}
#goryu .m20 {margin:20px 20px 20px 20px;}
#goryu .m30 {margin:30px 30px 30px 30px;}
#goryu .m1020 {margin:10px 20px 10px 20px;}
@media screen and (max-width: 1025px) {#goryu .m1020 {margin:10px 10px 10px 10px;}}
#goryu .m1040 {margin:10px 20px 10px 40px;}
#goryu .m1050 {margin:10px 50px 10px 50px;}
@media screen and (max-width: 1025px) {#goryu .m1050 {margin:10px 10px 10px 10px;}}
#goryu .mtl510 {margin:5px 0px 0px 10px}
#goryu .mtr510 {margin:5px 10px 0px 0px}
#goryu .mbl10 {margin:0px 0px 10px 10px;}
#goryu .m510 {margin:5px 10px 5px 10px;}
#goryu .m010 {margin:0px 10px 0px 10px;}
#goryu .m020 {margin:0px 20px 0px 20px;}
#goryu .mr10 {margin:0px 10px 0px 0px;}
#goryu .ml10 {margin:0px 0px 0px 10px;}
#goryu .mb510 {margin:0px 10px 5px 10px;}
#goryu .mb520 {margin:0px 20px 5px 20px;}
@media screen and (max-width: 1025px) {.mr10 {margin:0px 0px 10px 0px;}}
#goryu .mb10 {margin:0px 0px 10px 0px;}
#goryu .mb20 {margin:0px 0px 20px 0px;}
#goryu .mb40 {margin:0px 0px 40px 0px;}
#goryu .mtr10 {margin:10px 5px 0px 5px;}
#goryu .mtr540 {margin:5px 40px 0px 0px}

/* 6.フレーム */
#goryu iframe{ scrolling: no; padding: 0px; margin: 10px; max-width: 100%;}

/* 8.リンクボタン */
#goryu .btncol input[type="button"] {
   /* input要素のうちtype属性値がbuttonのものに対して装飾 */
   background: #ff0000;
   border: 1px solid #3c7fb1; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
}
#goryu .btnct input {text-align: center !important;}
#goryu .btnrt input {text-align: right !important;}

/* 5.リンク色の無効化 */
#goryu .acr a , #goryu a.acr { text-decoration: none;}
#goryu .acr a:link, #goryu .acr a:visited, #goryu .acr a:hover ,#goryu a:link.acr, #goryu a:visited.acr, #goryu a:hover.acr , #goryu h4.acr {color: #ffffff;}


/* 9.イメージサイズ　*/
@media screen and (max-width: 1025px){#goryu .wi135 {width: 180px;}}
#goryu .wi135 {width: 135px;}

#goryu .yimg img ,#goryu img.yimg {width:360px; margin:5px 10px 0px 3px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .yimg img ,#goryu img.yimg { width:50%;}}

#goryu .yaimg img ,#goryu img.yaimg {width:220px; margin:5px 10px 0px 3px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .yaimg img ,#goryu img.yaimg { width:50%;}}

#goryu .ysimg img ,#goryu img.ysimg {width:75px; margin:5px 0px 0px 3px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .ysimg img ,#goryu img.ysimg { width:30%;}}

#goryu .ylimg img ,#goryu img.ylimg {width:75px; margin:3px 0px 0px 1px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .ylimg img ,#goryu img.ylimg { width:20%;}}

#goryu .yoimg img ,#goryu img.yoimg {width:60px; margin:3px 0px 0px 1px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .yoimg img ,#goryu img.yoimg { width:15%;}}

#goryu .yiimg img ,#goryu img.yiimg {width:25px; margin:3px 0px 0px 1px; max-width: none; height: auto; }
@media screen and (max-width: 1025px) {#goryu .yiimg img ,#goryu img.yiimg { width:10%;}}

@media screen and (min-width: 1025px) {#goryu .scimg img ,#goryu img.scimg { width:100%;}}



