
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #8cb7c2;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#8cb7c2; 
    border-color:#8cb7c2;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #8cb7c2;
	border-color: #8cb7c2;
	font-weight: bold;
    }


/* ____________________________ */
/* add_210517 */
.top_load_wrap{
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.top_load_wrap.none{
  animation-name: loadAnime;
  animation-duration: .5s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-in;
}
@keyframes loadAnime {
  0% {
    z-index: 999999;
    opacity: 1;
  }
  90% {
    z-index: 999999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
/* add_210517 */
/* ____________________________ */



#colophon{
  background-color : #e9f1f3;
  /*border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #97ca00;*/
}

#content{
  min-height : 50px;
}

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

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

#masthead{
  margin-bottom : 0px;
}

#page{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

.entry-content{
  font-size : 1.4rem;
}

.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{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

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

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

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

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

a:hover{
  text-decoration : underline;
}

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 : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

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

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

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

  #main-inner{
    float : left;
  }

  #main-inner #contenthead{
    overflow : hidden;
  }

  #main-inner #contenthead > a{
    margin-left : 0px;
    margin-right : 0px;
  }

  #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 : 1000px;
    box-sizing : content-box;
  }

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

  #primary{
    float : right;
  }

  #sidebar1 {
  }

  .home #contenthead{
    margin-bottom : 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

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

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

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

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

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

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

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

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

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

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

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

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    width : 100%;
    float : right;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    width : 1000px;
  }

  #primary{
    width : 650px;
  }

  #sidebar1{
    width : 300px;
    float : left;
  }
}

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

  #colophon::before{
    border-top-width : 2px;
    border-top-style : solid;
    border-top-color : #ffffff;
    width : 100%;
    display : block;
    content : "";
  }

  #content{
    padding-left : 10px;
    padding-right : 10px;
  }

  #main-inner{
    margin-top:30px;
  }

  #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{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-table-6{
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-6 > 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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-table-6 > tbody > tr > th{
  font-weight : bold;
  color : #333333;
  background-color : #e9f1f3;
  vertical-align : top;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-table-1, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5{
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td{
  background-color : #ffffff;
  padding-top : 6px;
  padding-left : 16px;
  padding-right : 16px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-table-1 > tbody > tr > td .strike, 
#sp-table-2 > tbody > tr > td .strike, 
#sp-table-3 > tbody > tr > td .strike, 
#sp-table-4 > tbody > tr > td .strike, 
#sp-table-5 > tbody > tr > td .strike{
  position: relative;
}

#sp-table-1 > tbody > tr > td .strike::before,
#sp-table-2 > tbody > tr > td .strike::before,
#sp-table-3 > tbody > tr > td .strike::before,
#sp-table-4 > tbody > tr > td .strike::before,
#sp-table-5 > tbody > tr > td .strike::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #da1516;
  position: absolute;
  left: 0;
  top: 4px;
} 
#sp-table-1 > tbody > tr > td .strike::after, 
#sp-table-2 > tbody > tr > td .strike::after, 
#sp-table-3 > tbody > tr > td .strike::after,  
#sp-table-4 > tbody > tr > td .strike::after, 
#sp-table-5 > tbody > tr > td .strike::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #da1516;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#sp-table-5 > tbody > tr > td .strike1::before{
  top: 5px;
}
#sp-table-5 > tbody > tr > td .strike1::after{
  bottom: 5px;
}
#sp-table-5 > tbody > tr > td .strike2::before{
  display: none;
}
#sp-table-5 > tbody > tr > td .strike2::after{
  display: none;
}
@media screen and (max-width: 568px){
  #sp-table-5 > tbody > tr > td .strike1,
  #sp-table-5 > tbody > tr > td .strike2{
    display: block;
  }
  #sp-table-5 > tbody > tr > td .strike1::before{
    top: 7px;
  }
  #sp-table-5 > tbody > tr > td .strike1::after{
    bottom: 10px;
  }
  #sp-table-5 > tbody > tr > td .strike2::before{
    display: block;
    top: 11px;
  }
  #sp-table-5 > tbody > tr > td .strike2::after{
    display: block;
    bottom: 14px;
  }
}

#sp-table-1 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-3 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th{
  font-weight : bold;
  color : #ffffff;
  background-color: #6BA9BB;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#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-03.gif);
  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-definition-list-1, #sp-definition-list-2, #sp-definition-list-3, #sp-definition-list-4{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 19px;
}

#sp-definition-list-1 > dd, #sp-definition-list-2 > dd, #sp-definition-list-3 > dd, #sp-definition-list-4 > dd{
  margin-top : 10px;
  margin-left : 40px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-4 > dt{
  padding-left : 15px;
  margin-top : 25px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #b7c9ce;
}

#sp-definition-list-1 > dt:first-child, #sp-definition-list-2 > dt:first-child, #sp-definition-list-3 > dt:first-child, #sp-definition-list-4 > dt:first-child{
  margin-top : 0px;
}

#sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-image-2, #sp-image-3, #sp-image-8, #sp-image-9{
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-block-container-2, #sp-block-container-3{
  padding-top : 15px;
  padding-bottom : 15px;
  /*border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d0dbb1;*/
  clear : both;
  position : relative;
}

#sp-block-container-2 > *, #sp-block-container-3 > *{
  margin-top : 10px;
  margin-bottom : 0px;
}

#sp-block-container-2 > *:first-child, #sp-block-container-3 > *:first-child{
  margin-top : 0px;
}

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

  #sp-block-container-2, #sp-block-container-3{
    padding-top : 15px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 15px;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

  #sp-block-container-2, #sp-block-container-3{
    padding-top : 15px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 15px;
  }

  #sp-block-container-2 .copyright, #sp-block-container-3 .copyright{
    text-align : center;
  }
}

#sp-item-gallery-1 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : 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 : #8cb7c2;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 190px;
  height : 305px;
  float : left;
  box-sizing : border-box;
}

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

#sp-item-gallery-1 > ul > li > div img.item-gallery-thumbnail{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  width : 100%;
  display : block;
}

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

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

#sp-item-gallery-1 > ul > li > p.item-gallery-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons{
  text-align : left;
  margin-bottom : 0px;
  width : 100%;
  min-height : 20px;
}

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

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

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

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

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

#sp-item-gallery-1 > ul > li > p.item-gallery-icons + p.item-gallery-content{
  margin-top : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price{
  color : #333333;
  text-align : left;
  margin-bottom : 5px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

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

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

#sp-item-gallery-1 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  font-weight : bold;
  line-height : 2.5em;
  color : #333333;
  background-color : #f9f9f9;
  text-align : left;
  padding-left : 10px;
  margin-top : -10px;
  margin-left : -10px;
  margin-right : -10px;
  margin-bottom : 12px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #8cb7c2;
  border-bottom-color : #e4e4e4;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p:last-child{
  margin-bottom : 0px;
}
.custom1 .add210208_flex_wrap{}
.custom1 .add210208_flex_wrap ul{
  padding: 0;
}
.custom1 .add210208_flex_wrap li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}
.custom1 .add210208_flex_wrap li .item-gallery-title{
  width: 100%;
}
.custom1 .add210208_flex_wrap li .item-gallery-title img{
  width: 16px;
  margin: 0px 6px -3px 0px;
}
.custom1 .add210208_flex_wrap li .leftbox{
  width: 44%;
}
.custom1 .add210208_flex_wrap li .rightbox{
  width: 50%;
  font-size: 1.4rem;
  line-height: 2;
}
.custom1 .add210208_flex_wrap li .leftbox a{
  position: relative;
}
.custom1 .add210208_flex_wrap li .leftbox a .icon{
  width: 22px;
  position: absolute;
  bottom: -4px;
  right: -9px;
}
@media screen and (max-width: 568px) {
  .custom1 .add210208_flex_wrap li .leftbox{
    width: 47%;
  }
  .custom1 .add210208_flex_wrap li .rightbox{
    width: 50%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

#sp-site-branding2-1 .extra{
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra p{
  font-size : 1.2rem;
  color : #333333;
  padding-left : 0px;
  padding-right : 0px;
}

#sp-site-branding2-1 .extra p.tel{
  font-size : 2.2rem;
  font-weight:bold;
  color: #8cb7c2;
}

#sp-site-branding2-1 .site-description{
  font-size : 1.2rem;
  font-weight : normal;
  color : #333333;
  margin-bottom : 0px;
  position : absolute;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  margin-bottom : 0px;
  width : 288px;
  height : 61px;
}

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

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

  #sp-site-branding2-1{
    padding-top : 0px;
    padding-bottom : 20px;
  }

  #sp-site-branding2-1 .extra{
    margin-top : 40px;
    float : right;
  }

  #sp-site-branding2-1 .extra p{
    text-align : right;
  }

  #sp-site-branding2-1 .site-description{
    text-align : right;
    top : 6px;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 30px;
    float : left;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 70px;
    padding-bottom : 25px;
  }

  #sp-site-branding2-1 .extra{
    margin-top : 20px;
  }

  #sp-site-branding2-1 .extra p{
    text-align : center;
  }

  #sp-site-branding2-1 .extra p.tel{
    text-align : center;
    font-size: 1.6rem;
    margin-top: 2em;
  }

  #sp-site-branding2-1 .site-description{
    width:100%;
    text-align : center;
    padding-left : 10px;
    padding-right : 10px;
    top : 5px;
  }

  #sp-site-branding2-1 .site-title{
    margin-left : auto;
    margin-right : auto;
  }
}

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

  #sp-site-navigation-1{
    background-image : url(img/back-main-nav-01.png);
    background-position : left 0px;
    padding-top : 0px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 0px;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 4px;
    /*border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #d7d7d7;
    border-bottom-color : #d7d7d7;*/
    position : relative;
  }

  #sp-site-navigation-1 ul ul{
    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 : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li{
    padding-top : 0px;
    padding-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
    position : relative;
  }

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

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #f1f4d0;
    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 > a:hover{
    background-color : #e6eabb;
  }

  #sp-site-navigation-1::after{
    /*border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #6f9501;
    border-bottom-color : #ffffff;*/
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-1::before{
    /*border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-bottom-color : #6f9501;*/
    display : block;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-1 > ul{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #sp-site-navigation-1.sp-site-navigation.horizontal > ul::after{
    display: none;
  }

  #sp-site-navigation-1 > ul > li:nth-of-type(1){width: 12.28%}
  #sp-site-navigation-1 > ul > li:nth-of-type(2){width: 12.63%}
  #sp-site-navigation-1 > ul > li:nth-of-type(3){width: 9.73%}
  #sp-site-navigation-1 > ul > li:nth-of-type(4){width: 9.83%}
  #sp-site-navigation-1 > ul > li:nth-of-type(5){width: 9.73%}
  #sp-site-navigation-1 > ul > li:nth-of-type(6){width: 9.65%}
  #sp-site-navigation-1 > ul > li:nth-of-type(7){width: 16.68%}
  #sp-site-navigation-1 > ul > li:nth-of-type(8){width: 19.48%}

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #e1f9ff;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li > a{
    font-size : 14px;
    line-height : 1;
    color : #ffffff;
    padding: 17px 0;
    text-align: center;
    display : block;
    position: relative;
  }
  #sp-site-navigation-1 > ul > li > a::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #bed3d9;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sp-site-navigation-1 > ul > li:last-of-type > a::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #bed3d9;
    position: absolute;
    right: 0;
    top: 0;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #e9f1f3;
    background-image : url(img/back-main-nav-01-hover.png);
  }
}

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

  #sp-site-navigation-1{
    font-size : 1.3rem;
    margin-top : 0px;
  }

  #sp-site-navigation-1 .menu-toggle{
    font-size : 1.3rem;
    background-color : #6BA9BB;
    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;
  }
  #sp-site-navigation-1 .menu-toggle.toggled-on{
    background-image : url(img/icon-menu-close.png);
  }

  #sp-site-navigation-1 li > a:active{
    color : #ffffff;
    background-color : #7296a7;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #7296a7;
  }

  #sp-site-navigation-1 li > a:hover{
    color : #ffffff;
    background-color : #7296a7;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #7296a7;
  }

  #sp-site-navigation-1 ul li{
    line-height : 1.5;
    text-align : left;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #6BA9BB;
    padding-top : 9px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #789ca5;
  }
  #sp-site-navigation-1 ul li:first-child > a{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #789ca5;
  }

  #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{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current_page_item > a{
    color : #ffffff;
    background-color : #7296a7;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #7296a7;
  }
}

#sp-page-title-1 > 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.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  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 : dotted;
  border-top-color: #8cb7c2;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
#sp-page-title-1.clr-red > h1{
  color : #cd6461;
  border-top-color: #cd6461;
  background-repeat : repeat;
}
#sp-page-title-1.clr-red > h1 br.___sp{
  display: none;
}
@media screen and (max-width: 568px) {
  #sp-page-title-1.clr-red > h1 br.___sp{
    display: block;
  }
}

#sp-page-title-1 > h1::before, #sp-page-title-3 > h1::before, #sp-page-title-4 > h1::before, #sp-page-title-5 > h1::before, #sp-page-title-6 > h1::before, #sp-page-title-7 > h1::before, #sp-page-title-8 > h1::before, #sp-page-title-9 > h1::before{
  color : #8cb7c2;
  background-color : #8cb7c2;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
#sp-page-title-1.clr-red > h1::before{
  color : #cd6461;
  background-color : #cd6461;
  background-image : none;
}
@media screen and (max-width: 568px) {}

#sp-entry-content-1, #sp-entry-content-2, #sp-entry-content-3, #sp-wp-post-list-1, #sp-wp-post-list-2{
  padding-left : 0px;
  padding-right : 0px;
  margin-top : 0px;
  margin-bottom : 23px;
}

.hpb-viewtype-content#sp-entry-content-1, .hpb-viewtype-content#sp-entry-content-2, .hpb-viewtype-content#sp-entry-content-3, .hpb-viewtype-content#sp-wp-post-list-1, .hpb-viewtype-content#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-content#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 30px;
}

.hpb-viewtype-date#sp-entry-content-1, .hpb-viewtype-date#sp-entry-content-2, .hpb-viewtype-date#sp-entry-content-3, .hpb-viewtype-date#sp-wp-post-list-1, .hpb-viewtype-date#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-date#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 30px;
}

.hpb-viewtype-full#sp-entry-content-1 h3, .hpb-viewtype-full#sp-entry-content-2 h3, .hpb-viewtype-full#sp-entry-content-3 h3, .hpb-viewtype-full#sp-wp-post-list-1 h3, .hpb-viewtype-full#sp-wp-post-list-2 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-full#sp-entry-content-1 h3 a, .hpb-viewtype-full#sp-entry-content-2 h3 a, .hpb-viewtype-full#sp-entry-content-3 h3 a, .hpb-viewtype-full#sp-wp-post-list-1 h3 a, .hpb-viewtype-full#sp-wp-post-list-2 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-simple#sp-entry-content-1 h3, .hpb-viewtype-simple#sp-entry-content-2 h3, .hpb-viewtype-simple#sp-entry-content-3 h3, .hpb-viewtype-simple#sp-wp-post-list-1 h3, .hpb-viewtype-simple#sp-wp-post-list-2 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-simple#sp-entry-content-1 h3 a, .hpb-viewtype-simple#sp-entry-content-2 h3 a, .hpb-viewtype-simple#sp-entry-content-3 h3 a, .hpb-viewtype-simple#sp-wp-post-list-1 h3 a, .hpb-viewtype-simple#sp-wp-post-list-2 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-thumbnail#sp-entry-content-1 h3, .hpb-viewtype-thumbnail#sp-entry-content-2 h3, .hpb-viewtype-thumbnail#sp-entry-content-3 h3, .hpb-viewtype-thumbnail#sp-wp-post-list-1 h3, .hpb-viewtype-thumbnail#sp-wp-post-list-2 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-thumbnail#sp-entry-content-1 h3 a, .hpb-viewtype-thumbnail#sp-entry-content-2 h3 a, .hpb-viewtype-thumbnail#sp-entry-content-3 h3 a, .hpb-viewtype-thumbnail#sp-wp-post-list-1 h3 a, .hpb-viewtype-thumbnail#sp-wp-post-list-2 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-title#sp-entry-content-1, .hpb-viewtype-title#sp-entry-content-2, .hpb-viewtype-title#sp-entry-content-3, .hpb-viewtype-title#sp-wp-post-list-1, .hpb-viewtype-title#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-title#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 30px;
}

#sp-entry-content-1 > .hpb-more-entry, #sp-entry-content-2 > .hpb-more-entry, #sp-entry-content-3 > .hpb-more-entry, #sp-wp-post-list-1 > .hpb-more-entry, #sp-wp-post-list-2 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  clear : both;
}

#sp-entry-content-1 > .hpb-more-entry a, #sp-entry-content-2 > .hpb-more-entry a, #sp-entry-content-3 > .hpb-more-entry a, #sp-wp-post-list-1 > .hpb-more-entry a, #sp-wp-post-list-2 > .hpb-more-entry a{
  font-size : 1.2rem;
  color : #333333;
  background-color : #f7f7f7;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 5px;
  margin-top : 25px;
  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 : #dfdfdf;
  border-left-color : #dfdfdf;
  border-right-color : #dfdfdf;
  border-bottom-color : #dfdfdf;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  display : inline-block;
}

#sp-entry-content-1 > article, #sp-entry-content-2 > article, #sp-entry-content-3 > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-2 > article{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 24px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

#sp-entry-content-1 > article > div, #sp-entry-content-2 > article > div, #sp-entry-content-3 > article > div, #sp-wp-post-list-1 > article > div, #sp-wp-post-list-2 > article > div{
  padding-left : 30px;
  padding-right : 30px;
}

#sp-entry-content-1 > article > footer .by-author, #sp-entry-content-2 > article > footer .by-author, #sp-entry-content-3 > article > footer .by-author, #sp-wp-post-list-1 > article > footer .by-author, #sp-wp-post-list-2 > article > footer .by-author{
  background-color : transparent;
  background-image : url(img/icon-author.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 13px;
  margin-left : 1px;
}

#sp-entry-content-1 > article > footer .cat-links, #sp-entry-content-2 > article > footer .cat-links, #sp-entry-content-3 > article > footer .cat-links, #sp-wp-post-list-1 > article > footer .cat-links, #sp-wp-post-list-2 > article > footer .cat-links{
  background-color : transparent;
  background-image : url(img/icon-cat.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 16px;
  margin-left : 1px;
}

#sp-entry-content-1 > article > footer .comments-link, #sp-entry-content-2 > article > footer .comments-link, #sp-entry-content-3 > article > footer .comments-link, #sp-wp-post-list-1 > article > footer .comments-link, #sp-wp-post-list-2 > article > footer .comments-link{
  background-color : transparent;
  background-image : url(img/icon-comments.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 21px;
  margin-left : 1px;
}

#sp-entry-content-1 > article > footer .date, #sp-entry-content-2 > article > footer .date, #sp-entry-content-3 > article > footer .date, #sp-wp-post-list-1 > article > footer .date, #sp-wp-post-list-2 > article > footer .date{
  background-color : transparent;
  background-image : url(img/icon-date.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 16px;
}
#sp-entry-content-1 > article > footer .sep, #sp-entry-content-2 > article > footer .sep, #sp-entry-content-3 > article > footer .sep, #sp-wp-post-list-1 > article > footer .sep, #sp-wp-post-list-2 > article > footer .sep{
  display : none;
}

#sp-entry-content-1 > article > footer .tags-links, #sp-entry-content-2 > article > footer .tags-links, #sp-entry-content-3 > article > footer .tags-links, #sp-wp-post-list-1 > article > footer .tags-links, #sp-wp-post-list-2 > article > footer .tags-links{
  background-color : transparent;
  background-image : url(img/icon-tags.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 15px;
  margin-left : 1px;
}

#sp-entry-content-1 > article > footer a, #sp-entry-content-2 > article > footer a, #sp-entry-content-3 > article > footer a, #sp-wp-post-list-1 > article > footer a, #sp-wp-post-list-2 > article > footer a{
  color : #6f9502;
}

#sp-entry-content-1 > article > footer span, #sp-entry-content-2 > article > footer span, #sp-entry-content-3 > article > footer span, #sp-wp-post-list-1 > article > footer span, #sp-wp-post-list-2 > article > footer span{
  font-size : 1.2rem;
  vertical-align : baseline;
}

#sp-entry-content-1> article> header, #sp-entry-content-2> article> header, #sp-entry-content-3> article> header, #sp-wp-post-list-1> article> header, #sp-wp-post-list-2> article> header {
}

#sp-entry-content-1 > article > header > h4, #sp-entry-content-2 > article > header > h4, #sp-entry-content-3 > article > header > h4, #sp-wp-post-list-1 > article > header > h4, #sp-wp-post-list-2 > article > header > h4{
  margin-bottom : 15px;
}

#sp-entry-content-1 > article > header > h4 > a, #sp-entry-content-2 > article > header > h4 > a, #sp-entry-content-3 > article > header > h4 > a, #sp-wp-post-list-1 > article > header > h4 > a, #sp-wp-post-list-2 > article > header > h4 > a{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  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 : dotted;
  border-top-color : #8cb7c2;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
.news_wrap #main .sp-wp-post-list > article > header > h4 > a{
  background: none;
  border: none;
  padding-top: 30px;
  padding-left: 30px;
}
.news_wrap .sp-wp-post-list > article > header > h1{
  padding-top: 30px;
  padding-left: 30px;
}
.news_wrap .sp-wp-post-list > article > footer,
.news_wrap .sp-wp-post-list > article > footer{
  padding-left: 30px;
  padding-right: 30px;
}
.news_wrap .sp-wp-post-list > article > footer .date{
  padding-top : 6px;
  padding-bottom : 6px;
  padding-left : 22px;
}


#sp-entry-content-1 > article > header > h4 > a::before, #sp-entry-content-2 > article > header > h4 > a::before, #sp-entry-content-3 > article > header > h4 > a::before, #sp-wp-post-list-1 > article > header > h4 > a::before, #sp-wp-post-list-2 > article > header > h4 > a::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
.news_wrap #sp-wp-post-list-2 > article > header > h4 > a::before{
  display: none;
}

#sp-entry-content-1 > article > p > img, #sp-entry-content-2 > article > p > img, #sp-entry-content-3 > article > p > img, #sp-wp-post-list-1 > article > p > img, #sp-wp-post-list-2 > article > p > img{
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#sp-entry-content-1 > dl, #sp-entry-content-2 > dl, #sp-entry-content-3 > dl, #sp-wp-post-list-1 > dl, #sp-wp-post-list-2 > dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 0px;
}

#sp-entry-content-1 > dl::after, #sp-entry-content-2 > dl::after, #sp-entry-content-3 > dl::after, #sp-wp-post-list-1 > dl::after, #sp-wp-post-list-2 > dl::after{
  clear : both;
  display : table;
  content : "";
}

#sp-entry-content-1 > dl > dd, #sp-entry-content-2 > dl > dd, #sp-entry-content-3 > dl > dd, #sp-wp-post-list-1 > dl > dd, #sp-wp-post-list-2 > dl > dd{
  padding-top : 12px;
  padding-left : 165px;
  padding-right : 0px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : -165px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  width : 100%;
  float : left;
}

#sp-entry-content-1 > dl > dt, #sp-entry-content-2 > dl > dt, #sp-entry-content-3 > dl > dt, #sp-wp-post-list-1 > dl > dt, #sp-wp-post-list-2 > dl > dt{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  width : 165px;
  float : left;
}
#sp-wp-post-list-1 > dl > dt{
  font-weight: bold;
}
#sp-wp-post-list-1 > dl > dd a{
  font-weight: bold;
  color: #6BA9BB
}

#sp-entry-content-1 > h3, #sp-entry-content-2 > h3, #sp-entry-content-3 > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3{
  background-color : transparent;
  margin-bottom : 5px;
}

#sp-entry-content-1 > h3 > a, #sp-entry-content-2 > h3 > a, #sp-entry-content-3 > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-2 > h3 > a{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  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 : dotted;
  border-top-color : #8cb7c2;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
#sp-wp-post-list-1 > h3 > a.top_news_link{
  font-weight: bold;
}

#sp-entry-content-1 > h3 > a::before, #sp-entry-content-2 > h3 > a::before, #sp-entry-content-3 > h3 > a::before, #sp-wp-post-list-1 > h3 > a::before, #sp-wp-post-list-2 > h3 > a::before{
  color : #8cb7c2;
  background-color : #8cb7c2;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}

#sp-entry-content-1 > nav, #sp-entry-content-2 > nav, #sp-entry-content-3 > nav, #sp-wp-post-list-1 > nav, #sp-wp-post-list-2 > nav{
  margin-bottom : 0px;
}

#sp-entry-content-1 > nav .nav-next, #sp-entry-content-2 > nav .nav-next, #sp-entry-content-3 > nav .nav-next, #sp-wp-post-list-1 > nav .nav-next, #sp-wp-post-list-2 > nav .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

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

#sp-entry-content-1 > nav a, #sp-entry-content-2 > nav a, #sp-entry-content-3 > nav a, #sp-wp-post-list-1 > nav a, #sp-wp-post-list-2 > nav a{
  font-style : italic;
  text-decoration : underline;
}

#sp-entry-content-1 > nav div, #sp-entry-content-2 > nav div, #sp-entry-content-3 > nav div, #sp-wp-post-list-1 > nav div, #sp-wp-post-list-2 > nav div{
  width : 50%;
}

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

#sp-entry-content-1> ul> li, #sp-entry-content-2> ul> li, #sp-entry-content-3> ul> li, #sp-wp-post-list-1> ul> li, #sp-wp-post-list-2> ul> li {
}

#sp-entry-content-1 > ul > li > a, #sp-entry-content-2 > ul > li > a, #sp-entry-content-3 > ul > li > a, #sp-wp-post-list-1 > ul > li > a, #sp-wp-post-list-2 > ul > li > a{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  display : block;
}

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

  #sp-entry-content-1 dl dd, #sp-entry-content-2 dl dd, #sp-entry-content-3 dl dd, #sp-wp-post-list-1 dl dd, #sp-wp-post-list-2 dl dd{
    margin-left : 20px;
  }

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

  .hpb-viewtype-date#sp-entry-content-1 dt, .hpb-viewtype-date#sp-entry-content-2 dt, .hpb-viewtype-date#sp-entry-content-3 dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt{
    padding-bottom : 5px;
    width : 100%;
  }
}

.page-access#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-director#content #page-content, .page-price#content #page-content, .page-privacy#content #page-content, .page-service#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-4{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 23px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-bottom : 23px;
  border-top-width : medium;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 0px 0px 0px #eaeaea;
}

.page-access#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-director#content #page-content > blockquote, .page-price#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-service#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-4 > blockquote{
  background-color : #f8f8f8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  -webkit-border-radius : 3px;
}

.page-access#content #page-content > blockquote p, .page-custom#content #page-content > blockquote p, .page-custom1#content #page-content > blockquote p, .page-director#content #page-content > blockquote p, .page-price#content #page-content > blockquote p, .page-privacy#content #page-content > blockquote p, .page-service#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-1 > blockquote p, #sp-block-container-4 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-access#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-director#content #page-content > h1, .page-price#content #page-content > h1, .page-privacy#content #page-content > h1, .page-service#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-4 > h1{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #97ca00;
  clear : both;
}

.page-access#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-director#content #page-content > h2, .page-price#content #page-content > h2, .page-privacy#content #page-content > h2, .page-service#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-4 > h2{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-director#content #page-content > h3, .page-price#content #page-content > h3, .page-privacy#content #page-content > h3, .page-service#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-4 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-director#content #page-content > h4, .page-price#content #page-content > h4, .page-privacy#content #page-content > h4, .page-service#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-4 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-director#content #page-content > h5, .page-price#content #page-content > h5, .page-privacy#content #page-content > h5, .page-service#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-4 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-director#content #page-content > h6, .page-price#content #page-content > h6, .page-privacy#content #page-content > h6, .page-service#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-4 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-director#content #page-content > hr, .page-price#content #page-content > hr, .page-privacy#content #page-content > hr, .page-service#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-4 > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #8cb7c2;
}

.page-access#content #page-content > img, .page-custom#content #page-content > img, .page-custom1#content #page-content > img, .page-director#content #page-content > img, .page-price#content #page-content > img, .page-privacy#content #page-content > img, .page-service#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-1 > img, #sp-block-container-4 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > ins, .page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-director#content #page-content > ins, .page-price#content #page-content > ins, .page-privacy#content #page-content > ins, .page-service#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-4 > 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-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-director#content #page-content > ol, .page-price#content #page-content > ol, .page-privacy#content #page-content > ol, .page-service#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-4 > 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-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-director#content #page-content > ol ol, .page-price#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-service#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-4 > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-director#content #page-content > p, .page-price#content #page-content > p, .page-privacy#content #page-content > p, .page-service#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-4 > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > p:first-child, .page-custom#content #page-content > p:first-child, .page-custom1#content #page-content > p:first-child, .page-director#content #page-content > p:first-child, .page-price#content #page-content > p:first-child, .page-privacy#content #page-content > p:first-child, .page-service#content #page-content > p:first-child, .page-toppage#content #page-content > p:first-child, #sp-block-container-1 > p:first-child, #sp-block-container-4 > p:first-child{
  margin-top : 0px;
}

.page-access#content #page-content > pre, .page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-director#content #page-content > pre, .page-price#content #page-content > pre, .page-privacy#content #page-content > pre, .page-service#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-4 > pre{
  background-color : #f5f5f5;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#breadcrumb-list{
  font-size : 1.3rem;
  margin-left : auto;
  margin-right : auto;
  box-sizing : border-box;
}

#breadcrumb-list div{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 16px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

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

  #sp-site-navigation-2{
    background-image : url(img/back-main-nav-01.png);
    background-position : left 2px;
    padding-top : 2px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 2px;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 4px;
    /*border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #d7d7d7;
    border-bottom-color : #d7d7d7;*/
    position : relative;
  }

  #sp-site-navigation-2 ul{
    font-size : 1.3rem;
    padding-top : 15px;
    padding-bottom : 14px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    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{
    font-size : 1.4rem;
    line-height : 1;
    color : #ffffff;
    vertical-align : middle;
    display : inline-block;
  }

  #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:last-child::after{
    display : none;
  }

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

  #sp-site-navigation-2::after{
    /* border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #6f9501;
    border-bottom-color : #ffffff;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : ""; */
  }

  #sp-site-navigation-2::before{
    /* border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-bottom-color : #6f9501;
    display : block;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    content : ""; */
  }

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    color : #eaff01;
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    color : #eaff01;
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    color : #eaff01;
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    /* color : #eaff01;
    text-decoration : underline; */
  }

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

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

  #sp-site-navigation-2{
    font-size : 1.3rem;
    margin-top : 0px;
  }

  #sp-site-navigation-2 .menu-toggle{
    font-size : 1.3rem;
    background-color : #fdbb36;
    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;
  }

  #sp-site-navigation-2 li > a:active{
    color : #ffffff;
    background-color : #7296a7;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #7296a7;
  }

  #sp-site-navigation-2 li > a:hover{
    color : #ffffff;
    background-color : #7296a7;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #7296a7;
  }

  #sp-site-navigation-2 ul li{
    line-height : 1.5;
    text-align : left;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    text-align: center;
    color : #ffffff;
    background-color : #6BA9BB;
    padding-top : 9px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    /*border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #9ac423;*/
  }

  #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{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current_page_item > a{
    color : #ffffff;
    background-color : #8cb7c2;
    /*border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;*/
  }
}

#sp-page-title-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-2::after{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 13px;
  border-bottom-width : 13px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : rgba(0, 0, 0, 0.2);
  border-bottom-color : rgba(0, 0, 0, 0.1);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : 0px;
  right : 0px;
  content : "";
}

#sp-page-title-2 > h1{
  font-size : 20px;
  color : #676767;
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.page-access#content #page-content{
  font-size : 1.5rem;
}

.page-custom#content #page-content{
  font-size : 1.8rem;
  font-weight : bold;
}

.page-director#content #page-content{
  font-size : 1.5rem;
}

.page-price#content #page-content{
  font-size : 1.5rem;
}

.page-service#content #page-content{
  font-size : 1.5rem;
}

.page-toppage#content #page-content{
  font-size : 1.8rem;
}

#sp-block-container-1{
  background-color : #e9f1f3;
  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-block-container-2{
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d0dbb1;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-block-container-2 > p{
  background-color : transparent;
}

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

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

#sp-definition-list-3{
  font-weight : bold;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content{
  font-size : 1.5rem;
}

.sp-wp-post-list#sp-entry-content-2 > article > .entry-content{
  font-size : 1.5rem;
}

.sp-wp-post-list#sp-entry-content-3 > article > .entry-content{
  font-size : 1.5rem;
}

#sp-image-3{
  background-color : transparent;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
}

#sp-page-title-1 h1{
  font-weight : bold;
}

#sp-page-title-2 h1{
  font-size : 1.2rem;
  font-weight : normal;
  color : #171717;
}

#sp-page-title-3 h1{
  font-weight : bold;
}

#sp-page-title-4 h1{
  font-weight : bold;
}

#sp-page-title-5 h1{
  font-weight : bold;
}

#sp-page-title-6 h1{
  font-weight : bold;
}

#sp-page-title-8 h1{
  font-weight : bold;
}

#sp-page-title-9 h1{
  font-size : 1.8rem;
  font-weight : bold;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.svg);
  background-size: contain;
  background-position-x: center;
}

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

#sp-site-branding2-1 > .site-description{
  font-size : 1.4rem;
  font-weight : normal;
}

#sp-table-1 > tbody > tr > th.row-title{
  text-align : center;
}

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

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

.sp-wp-post-list#sp-wp-post-list-1{
  font-size : 1.5rem;
  font-weight : normal;
}

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

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 16px;
  }

  #sp-block-container-1::after{
    background-color : #ffffff;
    margin-left : -1000px;
    margin-right : -1000px;
    height : 4px;
    display : block;
    content : "";
  }

  #sp-block-container-4{
    width : 650px;
  }

  #sp-definition-list-4{
    width : 584px;
    min-height : 332px;
  }

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

  #sp-image-3{
    width : 251px;
    height : 366px;
  }

  #sp-image-4{
    width : 300px;
    height : 398px;
  }

  #sp-image-5{
    width : 327px;
    height : 217px;
  }

  #sp-image-6{
    width : 327px;
    height : 217px;
  }

  #sp-image-7{
    width : 122px;
    height : 225px;
  }

  #sp-image-8{
    width : 187px;
    height : 242px;
  }

  #sp-image-9{
    width : 184px;
    height : 244px;
  }

  #sp-item-gallery-1{
    margin-bottom : -82px;
    width : 419px;
    min-height : 232px;
  }

  #sp-site-branding2-1 > .site-description{
    top : 6px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

  #sp-table-1{
    width : 318px;
    min-height : 222px;
  }

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

  #sp-table-3{
    width : 316px;
  }

  #sp-table-4{
    width : 316px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    min-height : 54px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-block-container-1::after{
    background-color : #ffffff;
    width : 100%;
    height : 1px;
    display : block;
    content : "";
  }

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

.side-tel {
  color:#000;
}
/*header.entry-header {
    padding: 20px 30px 10px;
}
footer.entry-meta {
    padding: 20px 30px 10px;
}*/


#postNews{
  transition: all 0.3s ease;
  /* height: 230px; */
  overflow: hidden;
}
#postNewsBtn{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9.5px 0 9.5px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
#postNewsBtn.active{
  transform: rotate(180deg);
}


/* ____________________________ */
/* add_210317 */
.custom2{}
.custom2 .custom2_btn_box{
  width: 120px;
  margin-bottom: 19px;
}
.custom2 .custom2_btn_box > a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #ffffff;
  background-color: #8cb7c2;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-left-radius: 22px 22px;
  border-top-right-radius: 22px 22px;
  border-bottom-right-radius: 22px 22px;
  border-bottom-left-radius: 22px 22px;
  height: 100%;
  display: block;
  position: relative;
}
.custom2 .custom2_btn_box > a:hover {
  opacity: .9;
}
/* add_210317 */
/* ____________________________ */
/* ____________________________ */
/* add_210407 */
.access_tel_link{
  color: #333;
  pointer-events: none;
}
.access_icon_img{
  display: inline-block;;
  width: 30px;
  vertical-align: middle;
}
.access_icon_img .icon_pin{
  width: 16px;
}
.access_icon_img .icon_bus{
  width: 20px;
}
.access_icon_img .icon_car{
  width: 24px;
}
.access_under{
  border-bottom: solid 2px #ACCACF;
  padding-bottom: 2px;
}
.access_br_sp{
  display: none;
}
@media screen and (max-width: 568px){
  .access_br_sp{
    display: block;
  }
  .access_tel_link{
    pointer-events: auto;
    border-bottom: solid 2px #ACCACF;
    padding-bottom: 2px;
  }
  .access_tel_link:hover{
    text-decoration: none;
  }
}
/* add_210407 */
/* ____________________________ */
/* ____________________________ */
/* add_210414 */
@media screen and (max-width: 568px){
  #sp-block-container-1.top_main_slide_wrap{
    padding-top: 5px;
  }
}
/* add_210414 */
/* ____________________________ */
/* ____________________________ */
/* add_210719 */
.top_bnr_wrap{
  margin: 20px 0 30px;
}
.top_bnr_wrap .reservation_bnr{
  display: block;
  position: relative;
}
.top_bnr_wrap .reservation_bnr .off{
  width: 100%;
}
.top_bnr_wrap .reservation_bnr .on{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.top_bnr_wrap .reservation_bnr ._sp{
  display: none;
}
.top_bnr_wrap .reservation_bnr:hover .off{
  opacity: 0;
}
.top_bnr_wrap .reservation_bnr:hover .on{
  opacity: 1;
}
.top_bnr_wrap .txt_box{
  transition: all 1s ease;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.top_bnr_wrap .txt_box::before{
  transition: all 1s ease;
  content: "";
  width: 100%;
  height: 125px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.top_bnr_wrap .txt_box.active::before{
  opacity: 0;
}
.top_bnr_wrap .txt_box *{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.top_bnr_wrap .txt_box .p1{
  display: inline-block;;
  font-size: 20px;
  position: relative;
}
.top_bnr_wrap .txt_box .p1::before,
.top_bnr_wrap .txt_box .p1::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #e64a19;
  position: absolute;
  left: 0;
}
.top_bnr_wrap .txt_box .p1::before{
  bottom: 0;
}
.top_bnr_wrap .txt_box .p1::after{
  bottom: -3px;
}

.top_bnr_wrap .txt_box .p2{}
.top_bnr_wrap .txt_box ul{}
.top_bnr_wrap .txt_box ul li{}
.top_bnr_wrap .txt_box ul li span{
  background: linear-gradient(transparent 90%, #e64a19 0%);
}
.top_bnr_wrap .txt_box .p3{
  margin: 50px 0 0;
}
.top_bnr_wrap .accordion_btn{
  padding: 10px 0 10px;
  background: #E6E6E6;
  cursor: pointer;
  position: relative;
}
.top_bnr_wrap .accordion_btn p{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  color: #767676;
  margin: 0 ;
}
.top_bnr_wrap .accordion_btn::before,
.top_bnr_wrap .accordion_btn::after{
  content: "";
  background: #767676;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_bnr_wrap .accordion_btn::before{
  transition: all 1s ease;
  width: 8px;
  height: 2px;
  right: 20px;
  opacity: 1;
}
.top_bnr_wrap .accordion_btn::after{
  width: 2px;
  height: 8px;
  right: 23px;
}
.top_bnr_wrap .accordion_btn.active::after{
  opacity: 0;
}
.top_bnr_wrap a{
  transition: all .3s ease;
  display: block;
}
.top_bnr_wrap a:hover{
  opacity: .7;
}
.top_bnr_wrap a img{
  width: 100%;
}
.top_bnr_wrap a.job{
  margin: 25px 0 0;
  pointer-events: none;
}

#newsArticle.news_article *{
  font-weight: 600;
}

@media screen and (max-width: 568px){
  .top_bnr_wrap{
    margin: 20px 0 20px;
  }
  .top_bnr_wrap .reservation_bnr .off{
    display: none;
  }
  .top_bnr_wrap .reservation_bnr .on{
    display: none;
  }
  .top_bnr_wrap .reservation_bnr ._sp{
    display: block;
  }
  .top_bnr_wrap .txt_box{
    padding: 25px;
  }
  .top_bnr_wrap a.job{
    margin: 15px 0 0;
    /* pointer-events: none; */
  }
}

/* add_210719 */
/* ____________________________ */
/* ____________________________ */
/* add_211221 */
.top_bnr_wrap{}
.top_bnr_wrap .bnr_img{}
.top_bnr_wrap .bnr_img._pc{
  display: block;
}
.top_bnr_wrap .bnr_img._sp{
  display: none;
}
@media screen and (max-width: 568px){
  .top_bnr_wrap .bnr_img._pc{
    display: none;
  }
  .top_bnr_wrap .bnr_img._sp{
    display: block;
  }
}
/* add_211221 */
/* ____________________________ */
/* ____________________________ */
/* add_220128 */
.vaccine_wrap ._sp{
  display: none
}
.vaccine_wrap{
  margin: 20px 0 30px;
}
.vaccine_wrap .ttl,
.vaccine_wrap .ttl span{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #8373af;
  position: relative;
}
.vaccine_wrap .ttl span::before,
.vaccine_wrap .ttl span::after{
  content: "";
  width: 100%;
  height: 2px;;
  background: #7d6fa7;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: .2;
}
.vaccine_wrap .ttl span::after{
  bottom: -8px;
}
.vaccine_wrap .lead_box{
  padding: 20px 30px;
  background: rgba(131,115,175,.12);
  border: solid 1px rgba(131,115,175,.18);
  border-radius: 10px;
  margin: 0 0 20px;
}
.vaccine_wrap .lead,
.vaccine_wrap .lead span{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}
.vaccine_wrap .lead span{
  color: #e64a19;
  border-bottom: solid 1px rgba(230,84,25,.3);
  padding: 0 0 2px;
}
.vaccine_wrap .list_box{
  transition: all 0.5s ease;
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
}
.vaccine_wrap .list_box::before{
  content: "";
  width: 100%;
  height: 95px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  position: absolute;
  bottom: -30px;
  left: 0;
}
.vaccine_wrap .list_box.active::before{
  opacity: 0;
}
.vaccine_wrap .list,
.vaccine_wrap .list span{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.vaccine_wrap .list{
  padding-left: 1em;
  text-indent: -1em;
}
.vaccine_wrap .list span{
  color: #e64a19;
  border-bottom: solid 1px rgba(230,84,25,.3);
  padding: 0 0 2px;
}
.vaccine_wrap .vaccine_btn{
  height: 40px;
  background: #b6b6b7;
  cursor: pointer;
  position: relative;
}
.vaccine_wrap .vaccine_btn p{
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.vaccine_wrap .vaccine_btn span{
  transition: all 0.3s ease;
  background: #fff;
  position: absolute;
}
.vaccine_wrap .vaccine_btn span:nth-of-type(1){
  width: 12px;
  height: 2px;
  top: 19px;
  right: 10px;;
}
.vaccine_wrap .vaccine_btn span:nth-of-type(2){
  width: 2px;
  height: 12px;
  top: 14px;
  right: 15px;;
}
.vaccine_wrap .vaccine_btn p:nth-of-type(1){opacity: 1;}
.vaccine_wrap .vaccine_btn p:nth-of-type(2){opacity: 0;}
.vaccine_wrap .vaccine_btn span:nth-of-type(1){opacity: 1;}
.vaccine_wrap .vaccine_btn span:nth-of-type(2){opacity: 1;}
.vaccine_wrap .vaccine_btn.active p:nth-of-type(1){opacity: 0;}
.vaccine_wrap .vaccine_btn.active p:nth-of-type(2){opacity: 1;}
.vaccine_wrap .vaccine_btn.active span:nth-of-type(1){opacity: 1;}
.vaccine_wrap .vaccine_btn.active span:nth-of-type(2){opacity: 0;}

@media screen and (max-width: 568px){
  .vaccine_wrap ._pc{
    display: none
  }
  .vaccine_wrap ._sp{
    display: block
  }
  .vaccine_wrap{
    margin: 40px 0 20px;
  }
  .vaccine_wrap .ttl,
  .vaccine_wrap .ttl span{
    font-size: 16px;
    letter-spacing: 0em;
  }
  .vaccine_wrap .lead_box{
    padding: 15px 15px;
    border-radius: 5px;
  }
  .vaccine_wrap .lead,
  .vaccine_wrap .lead span{
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .vaccine_wrap .list,
  .vaccine_wrap .list span{
    font-size: 14px;
  }
  .vaccine_wrap .vaccine_btn{
    height: 34px;
  }
  .vaccine_wrap .vaccine_btn p{
    font-size: 12px;
  }
  .vaccine_wrap .vaccine_btn span:nth-of-type(1){
    top: 17px;
  }
  .vaccine_wrap .vaccine_btn span:nth-of-type(2){
    top: 12px;
  }
}
/* add_220128 */
/* ____________________________ */
/* ____________________________ */
/* add_221121 */
body.gallery{}
body.gallery .gallery-flex-wrap{}
body.gallery .gallery-flex-wrap .flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.gallery .gallery-flex-wrap .flex .list{
  width: 49%;
  margin: 0 0 2%;
  cursor: pointer;
}
body.gallery .gallery-flex-wrap .flex .list:hover{
  opacity: .8;
}
body.gallery .gallery-flex-wrap .flex .list img{
  width: 100%;
  vertical-align: bottom;
}
body.gallery .gallery-flex-wrap .ttl{
  font-size: 16px;
  color: #9d9d9d;
  margin: 0;
}
body.gallery .gallery-flex-wrap .ttl span{
  color: #b4d87d;
}
body.gallery #page-content hr{
  border-top-color: #9d9d9d !important;
  margin: 30px 0 35px !important;
}
@media screen and (max-width: 568px){
  body.gallery .gallery-flex-wrap .flex .list{
    width: 48%;
    margin: 0 0 4%;
  }
  body.gallery .gallery-flex-wrap .flex .list:hover{
    opacity: 1;
  }
  body.gallery .gallery-flex-wrap .ttl{
    font-size: 1.5rem;
  }
}
body.gallery .modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
body.gallery .modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 460px;
  width: 96%;
  padding: 15px 15px 20px;
  overflow-y: scroll;
}
body.gallery .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
body.gallery .modal-close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}
body.gallery .modal-close::before {
  content: "\2715";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
  cursor: pointer;
}
body.gallery .modal-content {}
body.gallery .modal-content .swiper-btn-box{
  display: flex;
  position: absolute;
  bottom: 2px;
  right: 10px;
  z-index: 10;
}
body.gallery .modal-content .swiper-btn{
  padding: 0 5px;
  font-size: 14px;
  cursor: pointer;
}
body.gallery .modal-content img{
  width: 100%;
  vertical-align: bottom;
}
body.gallery .modal-content .ttl{
  font-size: 16px;
  color: #9d9d9d;
  margin: 15px 0 0;
}
body.gallery .modal-content .ttl span{
  color: #b4d87d;
}
body.gallery .modal-open {
  display: block;
  margin: 100px auto;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

body.gallery .micromodal-slide {
  display: none;
}
body.gallery .micromodal-slide.is-open {
  display: block;
}
body.gallery .micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}
body.gallery .micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
body.gallery .micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}
body.gallery .micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
body.gallery .micromodal-slide .modal-container,
body.gallery .micromodal-slide .modal-overlay {
  will-change: transform;
}
/* add_221121 */
/* ____________________________ */

.top_mynumber_wrap{}
.top_mynumber_wrap a{
  display: block;
  position: relative;
}
.top_mynumber_wrap a img{
  width: 100%;
}
.top_mynumber_wrap a img.on{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}
.top_mynumber_wrap a:hover img.on{
  opacity: 1;
}
@media screen and (max-width: 568px){
  .top_mynumber_wrap{
    margin: 60px 0 20px;
  }
}

.mynumber_btn_box{
  margin-bottom: 19px;
}
.mynumber_btn_box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  background: #446c8d;
  border: solid 1px #e1c0da;
  border-radius: 100vh;
  text-decoration: none;
  transition: all .3s ease;
}
.mynumber_btn_box a span{    
  font-size: 1.4rem;
  color: #fff;
  transition: all .3s ease;
}
.mynumber_btn_box a:hover{
  background: #e1c0da;
  border: solid 1px #446c8d;
}
.mynumber_btn_box a:hover span{    
  color: #446c8d;
}