/*
Theme Name: さぬき山歩会
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.9.0 SP for Windows」によって作成されました。サイト名は「さぬき山歩会」、サイトの公開日時は「2015年08月29日23:38」です。
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 : transparent;
  background-image : url(img/footer-bg.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : center top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#content {
  background-color : #f1e4d0;
}

#main {
  background-color : transparent;
  background-image : url(img/main-bg1.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 100% 105%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

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

a:focus {
  text-decoration : none;
}

a:hover {
  text-decoration : none;
}

body {
  color : #441b06;
  background-color : #fffff2;
  background-image : url(img/body-bg.png);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

img {
  display : block;
}

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

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

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

  #content {
    background-color : rgba(255, 255, 255, 0.8);
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    border-top-left-radius : 8px 8px;
    border-top-right-radius : 8px 8px;
    border-bottom-right-radius : 8px 8px;
    border-bottom-left-radius : 8px 8px;
    box-shadow : 0px 2px 3px rgba(160, 160, 160, 0.75);
    box-sizing : border-box;
  }

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

  #masthead {
    position : relative;
  }

  #sidebar1 {
    background-color : rgba(255, 255, 255, 0.8);
    padding-top : 8px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 8px;
    border-top-left-radius : 8px 8px;
    border-top-right-radius : 8px 8px;
    border-bottom-right-radius : 8px 8px;
    border-bottom-left-radius : 8px 8px;
    box-shadow : 0px 2px 3px rgba(160, 160, 160, 0.75);
    box-sizing : border-box;
  }

  #sidebar2 {
    background-color : rgba(255, 255, 255, 0.8);
    padding-top : 8px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 8px;
    border-top-left-radius : 8px 8px;
    border-top-right-radius : 8px 8px;
    border-bottom-right-radius : 8px 8px;
    border-bottom-left-radius : 8px 8px;
    box-shadow : 0px 2px 3px rgba(160, 160, 160, 0.75);
    box-sizing : border-box;
  }

  body {
    min-width : 960px;
  }
}

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

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

  #contenthead {
    width : 960px;
  }

  #main-inner {
    width : 960px;
  }

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

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

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

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

#sp-site-navigation-1 {
  background-image : url(img/navi-w.png);
  margin-bottom : 15px;
  border-top-left-radius : 8px 8px;
  border-top-right-radius : 8px 8px;
  border-bottom-right-radius : 8px 8px;
  border-bottom-left-radius : 8px 8px;
  box-shadow : 0px 2px 3px rgba(160, 160, 160, 0.75);
  ;
}

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

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

#sp-site-navigation-1 ul {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
  box-sizing : border-box;
}

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

#sp-site-navigation-1 ul ul {
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 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;
  box-shadow : 0px 2px 3px rgba(160, 160, 160, 0.75);
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
  ;
}

#sp-site-navigation-1 ul ul li {
  line-height : 1.5;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3c3f53;
  width : 100%;
  white-space : nowrap;
}

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

#sp-site-navigation-1 ul ul li a:hover {
  color : #85613b;
  background-image : url(img/navi-w-1.png);
}

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

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

#sp-site-navigation-1> ul {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 960px;
  max-width : 100%;
}

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

#sp-site-navigation-1> ul> li {
  line-height : 50px;
  width : auto;
  min-height : 50px;
  float : left;
  position : relative;
}

#sp-site-navigation-1> ul> li.current-menu-ancestor> a {
  color : #85613b;
  background-color : rgba(0, 0, 0, 0.4);
  background-image : url(img/widget-title-bg1.png);
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-site-navigation-1> ul> li.current-menu-item> a {
  color : #85613b;
  background-color : rgba(0, 0, 0, 0.4);
  background-image : url(img/widget-title-bg1.png);
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-site-navigation-1> ul> li.current_page_ancestor> a {
  color : #85613b;
  background-color : rgba(0, 0, 0, 0.4);
  background-image : url(img/widget-title-bg1.png);
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-site-navigation-1> ul> li.current_page_item> a {
  color : #85613b;
  background-color : rgba(0, 0, 0, 0.4);
  background-image : url(img/widget-title-bg1.png);
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

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

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

#sp-site-navigation-1> ul> li> a:hover {
  color : #85613b;
  background-color : rgba(0, 0, 0, 0.4);
  background-image : url(img/widget-title-bg1.png);
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

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

  #sp-site-navigation-1 {
    background-image : url(img/navi-w.png);
    padding-top : 5px;
    position : relative;
    box-sizing : border-box;
  }

  #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;
    display : none;
    cursor : pointer;
  }

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

  #sp-site-navigation-1 ul {
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : rgba(255, 255, 255, 0.8);
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul ul {
    background-color : transparent;
    margin-left : 1em;
    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;
    box-shadow : 0px 2px 3px rgba(160, 160, 160, 0);
    display : block;
    position : static;
    ;
  }

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

  #sp-site-navigation-1 ul ul li a:hover {
    color : #85613b;
    background-image : url(img/widget-title-bg1.png);
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }

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

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

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

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

  #sp-site-navigation-1> ul {
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 7px;
    border-left-width : medium;
    border-left-style : none;
    border-left-color : initial;
    border-top-left-radius : 7px 7px;
    border-top-right-radius : 7px 7px;
    border-bottom-right-radius : 7px 7px;
    border-bottom-left-radius : 7px 7px;
    width : 100%;
  }

  #sp-site-navigation-1> ul> li {
    line-height : 1.5;
    min-height : 20px;
    float : none;
    position : static;
  }

  #sp-site-navigation-1> ul> li.current-menu-ancestor> a {
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }

  #sp-site-navigation-1> ul> li.current-menu-item> a {
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }

  #sp-site-navigation-1> ul> li.current_page_ancestor> a {
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }

  #sp-site-navigation-1> ul> li.current_page_item> a {
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }

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

  #sp-site-navigation-1> ul> li> a:hover {
    border-top-left-radius : 5px 5px;
    border-top-right-radius : 5px 5px;
    border-bottom-right-radius : 5px 5px;
    border-bottom-left-radius : 5px 5px;
  }
}

#sp-site-branding-1 {
  background-color : transparent;
  background-image : url(img/header-bg-1.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  width : 100%;
  min-height : 140px;
}

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

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

#sp-site-branding-1 .site-title {
  margin-top : 25px;
  float : left;
  display : block;
  overflow : hidden;
}

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

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

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

  #sp-site-branding-1 .site-description {
    font-size : 1rem;
    text-align : center;
    padding-left : 10px;
    padding-right : 10px;
    width : 100%;
    height : 1rem;
    float : none;
    box-sizing : border-box;
  }

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

  #sp-site-branding-1 .site-title a {
    background-size : 70% auto;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

#sp-page-title-1, #sp-page-title-10, #sp-page-title-11, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9 {
  line-height : 68px;
  background-image : url(img/pagetitle1-1.png),url(img/pagetitle1-3.png);
  background-repeat : no-repeat,no-repeat;
  background-position : left top,right top;
  text-align : left;
  width : 100%;
}

#sp-page-title-1> h1, #sp-page-title-10> h1, #sp-page-title-11> h1, #sp-page-title-2> h1, #sp-page-title-3> h1, #sp-page-title-4> h1, #sp-page-title-5> h1, #sp-page-title-6> h1, #sp-page-title-7> h1, #sp-page-title-8> h1, #sp-page-title-9> h1 {
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 23px;
  color : #f1e4d0;
  background-color : #ffc64d;
  background-image : url(img/pagetitle-icon-1.png), url(img/pagetitle1-2.png);
  background-repeat : no-repeat, repeat-x;
  background-attachment : scroll, scroll;
  background-position : 14px center, left bottom;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  text-indent : 25px;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 14px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 0px;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-wp-widget-area-1 .widget {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-bottom : 0px;
}

#sp-wp-widget-area-1 .widget img {
  max-width : 100%;
  height : auto;
}

#sp-wp-widget-area-1 .widget select {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 90%;
  display : block;
}

#sp-wp-widget-area-1 .widget ul {
  padding-left : 0px;
}

#sp-wp-widget-area-1 .widget ul li {
  font-size : 12px;
  background-image : url(img/widget-icon-1.png);
  background-repeat : no-repeat;
  background-position : 1rem center;
  padding-top : 10px;
  padding-left : 26px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

#sp-wp-widget-area-1 .widget ul li a:hover {
  text-decoration : underline;
}

#sp-wp-widget-area-1 .widget ul li li {
  background-position : 0px 0.9em;
  padding-left : 19px;
  padding-bottom : 0px;
}

#sp-wp-widget-area-1 .widget ul li li li li li {
  display : none;
}

#sp-wp-widget-area-1 .widget ul li:hover {
}

#sp-wp-widget-area-1 .widget ul li:last-child {
  border-bottom-width : 0px;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-wp-widget-area-1 .widget ul span {
  display : block;
}

#sp-wp-widget-area-1 .widget-title {
  font-size : 15px;
  font-weight : bold;
  line-height : 35px;
  color : #ffffff;
  background-image : url(img/widget-title-bg1.png);
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  box-shadow : 0px 1px 1px #a4762f;
  width : auto;
  height : auto;
  position : relative;
  text-shadow : 0px 1px 2px #d8a964;
}

#sp-wp-widget-area-1 .widget-title a {
  color : #5c3f3f;
  text-decoration : none;
}

#sp-wp-widget-area-1 .widget_calendar #calendar_wrap {
  padding-top : 10px;
}

#sp-wp-widget-area-1 .widget_calendar table {
  text-align : center;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 10px;
  width : 90%;
}

#sp-wp-widget-area-1 .widget_calendar table caption {
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-wp-widget-area-1 .widget_calendar table tbody {
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-wp-widget-area-1 .widget_calendar table tfoot {
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-wp-widget-area-1 .widget_calendar table thead {
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-wp-widget-area-1 .widget_rss .rss-date {
  font-style : italic;
  margin-bottom : 10px;
  display : block;
}

#sp-wp-widget-area-1 .widget_rss .rsswidget {
  margin-bottom : 10px;
}

#sp-wp-widget-area-1 .widget_rss cite {
  text-align : right;
  display : block;
}

#sp-wp-widget-area-1 .widget_search .field {
  padding-top : 2px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 2px;
  margin-top : 15px;
  margin-left : 10px;
  margin-right : 5px;
  margin-bottom : 15px;
  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 : 55%;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#sp-wp-widget-area-1 .widget_search .searchform {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-wp-widget-area-1 .widget_search .submit {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 44px;
  height : 24px;
}

#sp-wp-widget-area-1 .widget_search label {
  display : none;
}

#sp-wp-widget-area-1 .widget_tag_cloud .tagcloud {
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-wp-widget-area-1 .widget_text .textwidget {
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-wp-widget-area-1 a:active {
  color : #61361f;
  text-decoration : underline;
}

#sp-wp-widget-area-1 a:hover {
  color : #61361f;
  text-decoration : underline;
}

#sp-wp-widget-area-1 a:link {
  color : #61361f;
  text-decoration : none;
}

#sp-wp-widget-area-1 a:visited {
  color : #61361f;
  text-decoration : none;
}

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

  #sp-wp-widget-area-1 {
    width : 100%;
  }

  #sp-wp-widget-area-1 .widget {
    padding-bottom : 3px;
    margin-bottom : 12px;
  }

  #sp-wp-widget-area-1 .widget-title {
    font-size : 16px;
    background-color : #edc267;
  }

  #sp-wp-widget-area-1 .widget_search .field {
    width : 70%;
  }
}

#sp-site-navigation-2 {
  background-color : #5b989a;
  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 {
  color : #ffffff;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : "";
}

#sp-site-navigation-2> ul> li> a {
  line-height : 1.5;
  color : #ffffff;
  text-decoration : none;
  margin-left : 10px;
}

@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 a {
    text-decoration : none;
  }

  #sp-site-navigation-2 a:focus {
    text-decoration : underline;
  }

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

  #sp-site-navigation-2 ul {
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

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

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

  #sp-site-navigation-2.button-menu .menu-toggle {
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : block;
    cursor : pointer;
  }

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

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

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

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

#sp-wp-post-list-1, #sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5, #sp-wp-post-list-7 {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 0px;
  margin-bottom : 35px;
  position : relative;
}

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

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

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

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

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

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

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

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

#sp-wp-post-list-1 h3, #sp-wp-post-list-2 h3, #sp-wp-post-list-3 h3, #sp-wp-post-list-4 h3, #sp-wp-post-list-5 h3, #sp-wp-post-list-7 h3 {
  font-size : 1.6rem;
  font-weight : normal;
  color : #a4762f;
  text-align : left;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 1.2rem;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #a4762f;
  clear : both;
}

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

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

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

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

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

#sp-wp-post-list-1.hpb-more-entry> a, #sp-wp-post-list-2.hpb-more-entry> a, #sp-wp-post-list-3.hpb-more-entry> a, #sp-wp-post-list-4.hpb-more-entry> a, #sp-wp-post-list-5.hpb-more-entry> a, #sp-wp-post-list-7.hpb-more-entry> a {
  font-size : 12px;
  font-family : Arial, Helvetica, sans-serif;
  color : #137905;
  text-decoration : underline;
  display : inline-block;
  position : relative;
}

#sp-wp-post-list-1.hpb-more-entry> a:hover, #sp-wp-post-list-2.hpb-more-entry> a:hover, #sp-wp-post-list-3.hpb-more-entry> a:hover, #sp-wp-post-list-4.hpb-more-entry> a:hover, #sp-wp-post-list-5.hpb-more-entry> a:hover, #sp-wp-post-list-7.hpb-more-entry> a:hover {
  text-decoration : none;
}

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

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

#sp-wp-post-list-1.hpb-viewtype-content dt, #sp-wp-post-list-2.hpb-viewtype-content dt, #sp-wp-post-list-3.hpb-viewtype-content dt, #sp-wp-post-list-4.hpb-viewtype-content dt, #sp-wp-post-list-5.hpb-viewtype-content dt, #sp-wp-post-list-7.hpb-viewtype-content 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;
}

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

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

#sp-wp-post-list-1.hpb-viewtype-date dl, #sp-wp-post-list-2.hpb-viewtype-date dl, #sp-wp-post-list-3.hpb-viewtype-date dl, #sp-wp-post-list-4.hpb-viewtype-date dl, #sp-wp-post-list-5.hpb-viewtype-date dl, #sp-wp-post-list-7.hpb-viewtype-date dl {
  overflow : hidden;
}

#sp-wp-post-list-1.hpb-viewtype-date dt, #sp-wp-post-list-2.hpb-viewtype-date dt, #sp-wp-post-list-3.hpb-viewtype-date dt, #sp-wp-post-list-4.hpb-viewtype-date dt, #sp-wp-post-list-5.hpb-viewtype-date dt, #sp-wp-post-list-7.hpb-viewtype-date dt {
  font-weight : normal;
  line-height : 1.5;
  background-image : url(img/icon-01.png);
  background-repeat : no-repeat;
  background-position : 4px 0.9em;
  text-align : left;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 20px;
  margin-bottom : 0px;
  width : auto;
  max-width : 130px;
  float : left;
  clear : both;
}

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

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

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

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

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

#sp-wp-login-button-1> a:hover {
  color : #f8efdf;
  text-decoration : underline;
}

#breadcrumb-list {
  margin-top : 7px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 7px;
}

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

#breadcrumb-list div　a {
  color : #137905;
  text-decoration : underline;
}

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

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

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

#sp-table-1, #sp-table-2, #sp-table-3 {
  color : #441b06;
}

#sp-table-1 td, #sp-table-2 td, #sp-table-3 td {
  color : #441b06;
  background-color : #f1e4d0;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #85613b;
  border-bottom-color : #85613b;
}

#sp-table-1 th, #sp-table-2 th, #sp-table-3 th {
  color : #ffffff;
  background-color : #a7c364;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #a7c364;
  border-bottom-color : #a7c364;
}

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

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

#page-content, #sp-block-container-1, #sp-block-container-2 {
  color : #000000;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
}

#page-content> .large, #sp-block-container-1> .large, #sp-block-container-2> .large {
  font-size : 1.5rem;
}

#page-content> .medium, #sp-block-container-1> .medium, #sp-block-container-2> .medium {
  font-size : 1.4rem;
}

#page-content> .small, #sp-block-container-1> .small, #sp-block-container-2> .small {
  font-size : 1.2rem;
}

#page-content> .x-large, #sp-block-container-1> .x-large, #sp-block-container-2> .x-large {
  font-size : 1.8rem;
}

#page-content> .x-small, #sp-block-container-1> .x-small, #sp-block-container-2> .x-small {
  font-size : 1.1rem;
}

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

#page-content> .xx-small, #sp-block-container-1> .xx-small, #sp-block-container-2> .xx-small {
  font-size : 1rem;
}

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

#page-content> h1, #sp-block-container-1> h1, #sp-block-container-2> h1 {
  font-size : 2.4rem;
  font-weight : bold;
  color : #441b06;
  text-align : left;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 1.2rem;
}

#page-content> h2, #sp-block-container-1> h2, #sp-block-container-2> h2 {
  font-size : 1.8rem;
  font-weight : bold;
  color : #441b06;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 1.2rem;
}

#page-content> h3, #sp-block-container-1> h3, #sp-block-container-2> h3 {
  font-size : 1.6rem;
  font-weight : normal;
  color : #a4762f;
  text-align : left;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 1.2rem;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #a4762f;
  clear : both;
}

#page-content> h4, #sp-block-container-1> h4, #sp-block-container-2> h4 {
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1.2;
  color : #a4762f;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

#page-content> h5, #sp-block-container-1> h5, #sp-block-container-2> h5 {
  font-size : 1.3rem;
  font-weight : normal;
  line-height : 1.2;
  color : #441b06;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

#page-content> h6, #sp-block-container-1> h6, #sp-block-container-2> h6 {
  font-size : 1.1rem;
  font-weight : bold;
  color : #441b06;
}

#page-content> hr, #sp-block-container-1> hr, #sp-block-container-2> hr {
  color : #523f31;
  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 : dashed;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #523f31;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

#page-content> p, #sp-block-container-1> p, #sp-block-container-2> p {
  font-size : 1.4rem;
  line-height : 1.4;
  color : #441b06;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

#page-content> p.indent, #sp-block-container-1> p.indent, #sp-block-container-2> p.indent {
  padding-left : 5px;
}

#page-content> strong, #sp-block-container-1> strong, #sp-block-container-2> strong {
  font-weight : bold;
  color : #441b06;
}

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

  #page-content, #sp-block-container-1, #sp-block-container-2 {
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }
}

#sp-form-1 {
  margin-bottom : 25px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-form-1 input {
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color : #444444;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

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

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

#sp-form-1 table {
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

#sp-form-1 td {
  padding-top : 8px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 8px;
  width : auto;
}

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

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

#sp-form-1 th {
  font-weight : normal;
  color : #a4762f;
  background-color : #f8efdf;
  text-align : left;
  padding-top : 8px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 8px;
  width : auto;
  min-width : 50px;
}

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

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

  #sp-form-1 td {
    border-right-width : medium;
    border-right-style : none;
    border-right-color : initial;
    width : auto;
    display : block;
  }

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

  #sp-form-1 th {
    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;
    display : block;
  }
}

#sp-list-1, #sp-list-2, #sp-list-3 {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  list-style-type : none;
}

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

#sp-wp-post-list-6 {
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-6 #hpb-pagenation {
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-6 .hpb-more-entry {
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

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

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

#sp-wp-post-list-6 a {
  color : #eb6877;
  text-decoration : none;
}

#sp-wp-post-list-6 a:active {
  text-decoration : underline;
}

#sp-wp-post-list-6 a:hover {
  text-decoration : underline;
}

#sp-wp-post-list-6 article {
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

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

#sp-wp-post-list-6 dl {
  margin-top : 10px;
}

#sp-wp-post-list-6 footer {
  color : #999999;
}

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

#sp-wp-post-list-6 h4 {
  font-size : 15px;
  color : #eb6877;
  padding-left : 8px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #eb6877;
}

#sp-wp-post-list-6 h4 a {
  color : #eb6877;
  text-decoration : none;
}

#sp-wp-post-list-6 h4 a:active {
  text-decoration : underline;
}

#sp-wp-post-list-6 h4 a:hover {
  text-decoration : underline;
}

#sp-wp-post-list-6 li {
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-6 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-6 p> img {
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-6 ul {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

#sp-wp-post-list-6.hpb-viewtype-content dd {
  margin-left : 16px;
  margin-bottom : 10px;
}

#sp-wp-post-list-6.hpb-viewtype-content dl {
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-wp-post-list-6.hpb-viewtype-content dt {
  margin-bottom : 5px;
}

#sp-wp-post-list-6.hpb-viewtype-date dd {
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-wp-post-list-6.hpb-viewtype-date dl {
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

#sp-wp-post-list-6.hpb-viewtype-date dt {
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

#sp-wp-post-list-6> h3 {
  font-size : 16px;
  color : #ffffff;
  background-color : #eea4ad;
  padding-top : 3px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #eb6877;
  border-bottom-color : #eb6877;
}

#sp-site-branding-1 {
  background-image : url(img/cropped-image1-1024x1.jpg);
}

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

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

  #sp-block-container-1 {
    margin-bottom : -8px;
    width : 450px;
    min-height : 50px;
    position : absolute;
    top : 27px;
    left : 531px;
  }

  #sp-block-container-1> p {
    color : #f8efdf;
    text-align : right;
  }

  #sp-block-container-1> p> .tel {
    font-size : 2.6rem;
  }

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

  #sp-table-1 {
    margin-bottom : 9px;
    width : 559px;
    min-height : 127px;
  }

  #sp-table-3 {
    width : 646px;
    min-height : 596px;
  }
}

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

  #sp-block-container-1 {
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    min-height : 50px;
    position : absolute;
    top : 8.5rem;
  }

  #sp-block-container-1> p {
    font-size : 1.2rem;
    color : #f8efdf;
    text-align : center;
  }

  #sp-block-container-1> p> .tel {
    font-size : 1.2rem;
  }

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