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

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

nav{
  box-sizing: border-box;
}

/* body */

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

#content{
  position: relative;
}

img{
  max-width: 100%;
}

/* Parts */

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

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

/* copyright */

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

/* layout */

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

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

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

/*---*/

#primary{
  margin-top:0;
}

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

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

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

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

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

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

/* WordPress投稿 */

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

/* 追加 */

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

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

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

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

  #colophon{
    padding: 10px;
  }

}
#colophon{
  background-color : #0d1a46;
  margin-top : 0px;
  width : 100%;
}

#contenthead{
  background-size : contain;
}

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

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

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

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

a:active{
  color : #022451;
  text-decoration : underline;
}

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

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

body{
  line-height : 1.5;
  color : #444444;
  background-repeat : repeat-x;
}

html{
  background-color : #0d1a46;
  /* background-image : url(img/back-body.png); */
  background-repeat : no-repeat;
  background-position : center top;
}

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

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

  #main{
    padding-top : 30px;
    padding-left : 30px;
    padding-right : 30px;
    padding-bottom : 30px;
    width : 900px;
  }

  body{
    min-width : 900px;
  }
}

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

  #content{
    width : 900px;
  }

  #contenthead{
    width : 900px;
  }

  .prof{
    margin: 15px 0;
  }
  .prof .box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.1);
    margin: 10px 0 30px;
  }

  .prof .img_box{
    width:305px;
  }

  .prof .img_box img{
    width: 100% !important;
    height: auto !important;
  }

  .prof .img_box_half{
    width:48%;
    margin: 20px 1% 5px;
  }

  .prof .img_box_half img{
    width: 100% !important;
    height: auto !important;
  }

  .prof .text_box{
    width: 490px;
  }

  .prof .text_box_full{
    width: 100%;
  }

  .prof .title{
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 12px;
    border-left: 3px solid #000;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .prof .text{
    width: 100%;
  }

  .prof .text .link{
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 30px;
  }

  .prof .text .link a{
    color: #33bad2;
    transition: color .25s ease;
  }
  .prof .text .link a:hover{
    color: #6bddf2;
}

.title_box{
  /* display: flex; */
}

  .pc_none{
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .sp_none{
    display: none;
  }
  .prof{
    margin: 15px 0;
  }
  .prof .box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.1);
    margin: 10px 0 30px;
  }

  .prof .img_box{
    width: 100%;
    margin: 0 0 15px 0;
  }

  .prof .img_box img{
    width: 100% !important;
    height: auto !important;
  }

  .prof .img_box_half{
    width: 100%;
    margin: 20px 1% 5px;
  }

  .prof .img_box_half img{
    width: 100% !important;
    height: auto !important;
  }

  .prof .text_box{
    width: 100%;
  }

  .prof .text_box_full{
    width: 100%;
  }

  .prof .title{
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 12px;
    border-left: 3px solid #000;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .prof .text{
    width: 100%;
  }

  .prof .text .link{
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 30px;
  }

  .prof .text .link a{
    color: #33bad2;
    transition: color .25s ease;
  }
  .prof .text .link a:hover{
    color: #6bddf2;
}
  #content{
    padding-top : 0px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 0px;
    width : auto;
    float : none;
    margin: 20px 0 0 0;
  }

  #contenthead{
    width : auto;
    float : none;
  }

  #main{
    padding-top : 10px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    width : 100%;
  }

  #main-inner{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    float : none;
  }

  #masthead{
    position : static;
  }

  #primary{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    float : none;
  }

  #sidebar1{
    width : 100%;
    float : none;
  }

  #sidebar2{
    width : 100%;
    float : none;
  }

  body{
    min-width : 100%;
  }
}

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

#breadcrumb-list a:active{
  color : #022451;
  text-decoration : underline;
}

#breadcrumb-list a:focus{
  color : #022451;
  text-decoration : underline;
}

#breadcrumb-list a:hover{
  color : #022451;
  text-decoration : underline;
}

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

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

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

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

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

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

#sp-site-navigation-2 a{
  color : #fbe4de;
  text-decoration : none;
}

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

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

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

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

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

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

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

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

  #sp-site-navigation-2{
    width : 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#page-content strong, #sp-block-container-1 strong{
  font-weight : bold;
  color : #444444;
}

#page-content > h1, #sp-block-container-1 > h1{
  font-size : 21px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 7px;
}

#page-content > h2, #sp-block-container-1 > h2{
  font-size : 18px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 8px;
}

#page-content > h3, #sp-block-container-1 > h3{
  font-size : 16px;
  font-weight : bold;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  text-align : left;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 9px;
}

#page-content > h4, #sp-block-container-1 > h4{
  font-size : 15px;
  line-height : 1.2;
  color : #333333;
  background-image : url(img/line-02.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  padding-top : 0px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 10px;
  margin-top : 5px;
  clear : both;
}

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

#page-content > h6, #sp-block-container-1 > h6{
  font-size : 11px;
}

#page-content > hr, #sp-block-container-1 > hr{
  color : #cdcdcd;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  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 : #cdcdcd;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

#page-content > p, #sp-block-container-1 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #444444;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

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

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

  #page-content, #sp-block-container-1 {
  }
}

#sp-site-branding-1{
  background-color : #0d1a46;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

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

#sp-site-branding-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color: #fff;
  text-align: left;
  margin-top: 1.0em;
  width: 960px;
  float: left;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3em;
}

#sp-site-branding-1 .site-title{
  padding-top: 30px;
  /* width: 665px; */
  /* height: 88px; */
  /* float : left; */
  /* overflow : hidden; */
}

#sp-site-branding-1 .site-title a{
  /* background-image : url(img/site-logo-2.png); */
  /* background-repeat : no-repeat; */
  /* padding-top: 88px; */
  /* width : 319px; */
  display : block;
}

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

  #sp-site-branding-1{
    padding-top : 0px;
    margin-top: 0;
    width : 100%;
  }

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

  #sp-site-branding-1 .site-description{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width: 100%;
    float : none;
    position : static;
    padding: 5px;
    font-size: 1.1em;
    box-sizing: border-box;
  }

  #sp-site-branding-1 .site-title{
    text-align : center;
    margin-top : 10px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 10px;
    float : none;
  }

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

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-image : url(img/back-03.png);
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

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

#sp-site-navigation-1 a:active{
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:hover{
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:link{
  font-weight : normal;
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-1 a:visited{
  font-weight : normal;
  color : #ffffff;
  text-decoration : none;
}

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

#sp-site-navigation-1 li a{
  font-weight : bold;
  line-height : 45px;
  background-repeat : no-repeat;
  padding-left : 10px;
  padding-right : 10px;
  display : block;
}

#sp-site-navigation-1 ul{
  background-repeat : no-repeat;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 900px;
  max-width : 100%;
  display : block;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul ul{
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 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 : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

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

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

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li a:link{
  color : #0d305e;
}

#sp-site-navigation-1 ul ul li a:visited{
  color : #0d305e;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #cccccc;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  background-color : #cccccc;
}

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

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

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

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #ffffff;
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
  text-decoration : none;
}

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

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

#sp-site-navigation-1 > ul > li > a:hover{
  background-image : url(img/back-04.png);
  background-repeat : repeat-x;
}

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

  #sp-site-navigation-1{
    background-color : #0d305e;
    background-image : none;
    padding-top : 0px;
    margin-top : 10px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #0d305e;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : rgba(255, 255, 255, 0.8);
    display : none;
    cursor : pointer;
  }

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

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

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

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

  #sp-site-navigation-1 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    background-repeat : no-repeat;
    background-position : 0px center;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a:active{
    color : #ffffff;
    text-decoration : none;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul li a:hover{
    color : #ffffff;
    text-decoration : none;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

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

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

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

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

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

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

  #sp-site-navigation-1 ul ul li a:hover{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

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

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

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

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

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

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #ffffff;
    background-color : #000000;
    background-image : url(img/back-04.png);
    background-repeat : repeat-x;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    height : auto;
  }
}

#sp-page-title-2{
  color : #1e1e1e;
  background-color : #fafafa;
  background-image : url(img/back-01.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 15px;
  padding-left : 23px;
  padding-right : 15px;
  padding-bottom : 12px;
  margin-bottom : 10px;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #ff9023;
  position : relative;
}

#sp-page-title-2::after{
  width : 100%;
  display : block;
  position : absolute;
  bottom : 1px;
  left : 0px;
  content : "";
}

#sp-page-title-2 > h1{
  font-size : 1.8rem;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

  #sp-image-5, #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 3px 4px rgba(0, 0, 0, 0.5);
  }
}

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

  #sp-image-5, #sp-image-7{
    max-width : 100%;
  }
}

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

  #sp-image-1, #sp-image-2, #sp-image-3, #sp-image-4, #sp-image-6, #sp-image-8, #sp-image-9 {
  }
}

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

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

#sp-page-title-1{
  background-image : url(img/sp-pagetitle-7be.png),url(img/sp-pagetitle-7af.png);
  background-repeat : no-repeat,no-repeat;
  background-position : left top,right top;
  text-align : left;
  width : 100%;
  height : 44px;
}

#sp-page-title-1 > h1{
  font-size : 16px;
  font-weight : bold;
  line-height : 44px;
  color : #666666;
  background-image : url(img/sp-pagetitle-7bg.png);
  text-indent : 20px;
  margin-top : 0px;
  margin-left : 33px;
  margin-right : 30px;
  margin-bottom : 0px;
  height : 44px;
  overflow : hidden;
  box-sizing : border-box;
}

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

  #sp-page-title-1{
    background-image : none;
    background-size : auto 40px;
    text-align : left;
    width : 100%;
    height : 40px;
  }

  #sp-page-title-1 > h1{
    font-size : 16px;
    font-weight : bold;
    line-height : 40px;
    color : #666666;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 40px;
    box-sizing : border-box;
  }

  #sp-site-branding-1{

  }

  .sp_top{
    position: relative;
  }

  .sp_top_text{
    position: absolute;
    top:0;
  }

  .top_sp{
    padding: 10px;
    box-sizing: border-box;
  }
}

#sp-page-title-1{
  border-top-left-radius : 80px 80px;
  border-top-right-radius : 80px 80px;
  border-bottom-right-radius : 80px 80px;
  border-bottom-left-radius : 80px 80px;
}

#sp-site-branding-1::after{
  /* background: url(img/miyazaki.png) right bottom no-repeat; */
}

#sp-site-branding-1 > .inner-box > .site-description{
  font-size: 1.3em;
  font-family : "麗流隷書";
}

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

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

  #sp-image-1{
    width : 743px;
    height : 499px;
  }

  #sp-image-8{
    width : 634px;
    height : 373px;
  }

  #sp-page-title-1{
    margin-top : -2px;
    width : 820px;
    min-height : 52px;
  }

  #sp-site-branding-1{
    /* margin-right : 0px; */
    /* margin-bottom : 29px; */
    min-height: 420px;
    position: relative;
  }

  #sp-site-navigation-1{
    min-height : 51px;
  }

}
@media screen and (min-width: 991px) {
#sp-site-branding-1{
  background: url(img/top2_1.png) center no-repeat;
  position: relative;
}
}

@media screen and (min-width: 570px) and (max-width: 990px){
  *{
    max-width: 100% !important;
  }
body{
      width: 100% !important;
      min-width: 100% !important;
}

#content{
      width: 100% !important;
}
  #main{
    width: 100% !important;
    box-sizing: border-box;
  }

#contenthead{
  width: 100% !important;
}

#sp-page-title-1{
  width: 100% !important;
}

  #sp-site-branding-1{
    background: url(img/top2_tab.png) left center no-repeat;
    position: relative;
    min-height: 420px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #sp-site-branding-1 .site-description {
    width: auto;
    position: static;
  }

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

.fa{
  margin-right: 5px;
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-envelope-o:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}

.caption{
  font-size: 0.9em;
}

.adress{
    font-size: 21px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.adress::before{
  content: "";
  display: inline-block;
  background: url(img/mail.png) center left no-repeat;
  background-size: contain;
}

.mail{
  display: flex;
  align-items: center;
}

.mail_text{
  font-size: 18px;
  margin-top: 29px;
  color: #181818;
}

.mail_img{
  margin: 0 10px 0 0;
}
