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

/* サイト自体の幅決め */
.site{
	width:960px;
	text-align:center;
	margin-left:auto;margin-right:auto;
	text-align:left;
}

#content{
  position: relative;
}

/* Parts */

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

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

.object_pdf{
	position:absolute;
	z-index:1;
}


/* 理事長の思うことを寄せてのところ */
.rijicho_boxContainer {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	justify-content: space-between;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	width:878px;
}

.rijicho_box {
	float: left;
}

.rijicho_boxContainer {
	overflow: hidden;
}

/* clearfix */
.rijicho_boxContainer:before,
.rijicho_boxContainer:after {
	content: "";
	display: table;
}

.rijicho_boxContainer:after {
	clear: both;
}

/* kaigo_box */
.style_kaigo_a {
	width:16px;
	height:16px;
	border:0;
	vertical-align:-1.0px;
	display:inline-block;	
}
.style_kaigo_b {
	width:16px;
	height:16px;
	border:0;
	vertical-align:text-top;
	display:inline-block;
	font-weight:bold;	
}

/* For IE 6/7 (trigger hasLayout) */
.rijicho_boxContainer {
	zoom: 1;
}


/* copyright */

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

/* layout */

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

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

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

/*---*/

#primary{
  margin-top:0;
}

#breadcrumb-list{
  clear: both;
}

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

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

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

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

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

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

/* WordPress投稿 */

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

/* 画像を薄くする */
.usuku	{filter:alpha(opacity=0); -moz-opacity: 4; opacity: 4;}

/* 画像を薄くする
.usuku_old	{filter:alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4;} */
/* 薄くしないときは、
.usuku	{filter:alpha(opacity=0); -moz-opacity: 4; opacity: 4;}
 */

/* 満員御礼のところ */
.img_block img{ 
	display: block; 
	margin:auto; 
} 


/* 追加 */

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

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

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

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

  #colophon{
    padding: 10px;
  }

  embed{
    max-width: 100%;
  }
}
#content{
  background-color : #ffffff;
  border-top-width : 6px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffc64d;
  border-left-color : #ffc64d;
  border-right-color : #ffc64d;
  border-bottom-color : #ffc64d;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  box-sizing : border-box;
}

#main{
  background : url('../img/main-bg1.png');
}

a{
  color : #088bd7;
  text-decoration : none;
}

a:focus{
  text-decoration : underline;
}

a:hover{
  text-decoration : underline;
}

body{
  color : #232323;
  background-color : #ffffff;/*
  background-image : url('../img/body-bg2.png'),url('../img/body-bg2-1.png');*/
  background-repeat : no-repeat,repeat-y;
  background-position : center top;
}

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

  #colophon{
    padding-bottom : 5px;
  }

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

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

  #main{
    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 : 960px;
    overflow : hidden;
  }

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

  #masthead{
    position : relative;
  }

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

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

  img{
    display : block;
  }
}

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

  #content{
    width : 960px;
  }

  #contenthead{
    width : 960px;
  }
}

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

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

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

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

#sp-site-navigation-1{
  font-size : 1.4rem;
  text-align : center;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  width : 100%;
}

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

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

#sp-site-navigation-1 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 960px;
  max-width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul ul{
  background-color : #ffffce;
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 15px;
  margin-top : 1px; /* マウスを合わせたときに表示される枠の上の隙間 */
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width:medium;
  border-left-width:medium;
  border-right-width:medium;
  border-bottom-width:medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffc64d;
  border-left-color : #ffc64d;
  border-right-color : #ffc64d;
  border-bottom-color : #ffc64d;
  width : auto;
  min-width : 200px; /* マウスを合わせたときに表示される枠の左右の長さ */
  display : none;
  position : absolute;
  top : 100%;
  left : -10px;
  z-index : 9999;
	/* 角丸 */
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  float : left;
}

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

#sp-site-navigation-1 ul ul li a{
  color : #000000;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 15px;
  padding-bottom : 5px;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #00aed9;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #00aed9;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  background-color : #00aed9;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #00aed9;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  background-color : #00aed9;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li:hover{
  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{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

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

#sp-site-navigation-1 > ul > li{
  background-color : #ffffff;
  margin-right : 10px;
  margin-bottom : 10px;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  float : left;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  font-weight : bold;
  color : #000000;
  background-color : #ffc64d;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  font-weight : bold;
  color : #000000;
  background-color : #ffc64d;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  font-weight : bold;
  color : #000000;
  background-color : #ffc64d;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-weight : bold;
  color : #000000;
  background-color : #ffc64d;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}

#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{
  font-weight : bold;
  color : #000000;
  padding-top : 1rem;
  padding-left : 1rem;
  padding-right : 1rem;
  padding-bottom : 1rem;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  font-weight : bold;
  color : #000000;
  background-color : #ffc64d;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}

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

  #sp-site-navigation-1{
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    border-bottom: 1px solid #232323;
	margin: 0px;
	padding: 10px;
	background-color : #232323;
    background-image : url('../img/icon-menu.png');
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    display : none;
    cursor : pointer;
  }

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

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

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

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

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

  #sp-site-navigation-1 ul ul li a{
    color : #000000;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
  }

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

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

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

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

  #sp-site-navigation-1 ul ul li.current_page_item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 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{
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

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

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

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

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

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

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    text-decoration : none;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

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

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

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

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

#sp-site-navigation-2 a:focus{
  font-weight : bold;
}

#sp-site-navigation-2 a:hover{
  font-weight : bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-menu#sp-site-navigation-2 li{
    background-color : #ffffff;
  }

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

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

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

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

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

#sp-site-branding-1{
  width : 100%;
  min-height : 126px;
}

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

#sp-site-branding-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #000000;
  text-align : left;
  width : 960px;
  height : 0.5rem;
  position : absolute;
  top : 1rem;
}

#sp-site-branding-1 .site-title{
  text-indent : -9999px;
  padding-top : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 660px;
  height : 100px;
  float : left;
  overflow : hidden;
}

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

/* ◆◆ブラウザのフレームが、小さくなったとき用◆◆◆ */
@media screen and (max-width: 568px) {

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

  #sp-site-branding-1 .site-description{
    font-size : 1rem;
    color : #000000;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    height : 1rem;
    float : none;
    position : absolute;
    top : 1rem;
  }

  #sp-site-branding-1 .site-title{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
    margin-top : 30px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 40px;
    height : 70px;
  }

/* ブラウザのフレームが小さくなっていったときのロゴの大きさを小さくする部分 */
  #sp-site-branding-1 .site-title a{
    background-size : 50% auto;
    margin-top : 6px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

#breadcrumb-list{
  margin-left : 15px;
}

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

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

#breadcrumb-list a:focus{
  color : #088bd7;
  text-decoration : none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-toppage#content #page-content > h1, #sp-block-container-1 > h1{
  font-size : 2.4rem;
  font-weight : normal;
  color : #463c28;
  text-align : left;
}

.page-toppage#content #page-content > h2, #sp-block-container-1 > h2{
  font-size : 2.1rem;
  font-weight : normal;
  color : #463c28;
}

.page-toppage#content #page-content > h3, #sp-block-container-1 > h3{
  font-size : 1.8rem;
  font-weight : normal;
  color : #463c28;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 0.8em;
  border-bottom-width : 3px;
  border-bottom-style : dotted;
  border-bottom-color : #51b6ad;
  clear : both;
}

.page-toppage#content #page-content > h4, #sp-block-container-1 > h4{
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.2;
  color : #463c28;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  clear : both;
}

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

.page-toppage#content #page-content > h6, #sp-block-container-1 > h6{
  font-size : 1.2rem;
  font-weight : normal;
  color : #463c28;
}

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

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

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

.page-toppage#content #page-content > strong, #sp-block-container-1 > strong{
  font-weight : bold;
  color : #232323;
}

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

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

#sp-page-title-1 > h1{
  font-size : 2rem;
  font-weight : bold;
  line-height : 30px;
  color : #463c28;
  background-color : transparent;
  background-image : url('../img/pagetitle-icon1.png'),url('../img/pagetitle-1.png');
  background-repeat : no-repeat, repeat-x;
  background-attachment : scroll, scroll;
  background-position : left 6px, left bottom;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  padding-top : 5px;
  padding-left : 30px;
  padding-right : 10px;
  padding-bottom : 5px;
  margin-bottom : 0px;
  border-left-width : medium;
  border-left-style : none;
  border-left-color : initial;
  position : relative;
}

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

  #sp-image-1 {
  }
}

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

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

#sp-site-branding-1 > .inner-box > .site-description{
  font-size : 1.6rem;
  color : #800080;
  margin-left : 10px;
  ;
}

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

/* フレームが大きいときの設定 */
@media not screen, screen and (min-width: 569px) {

/* 右上肩の住所とかのところ */
  #sp-block-container-1{
    width : 480px;
    min-height : 50px;
/*    position : absolute;
    top : 39px;
	left : 561px;*/
	margin-left:auto;
	margin-right:10px;
	margin-top:20px;
  }

  #sp-block-container-1 p{
    color : #000000;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

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

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

  #sp-site-navigation-1{
    margin-top : 18px;
    margin-left : 20px;
    margin-right : auto;
  }
}
/* ブラウザのフレームが、小さくなっていったときに変化 */
@media screen and (max-width: 568px) {

/* 右上肩の電話番号とかファクス番号とかの部分 */
  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    min-height : 300px;
    position : absolute;
    top : 9.2rem;
  }

  #sp-block-container-1 > p{
    font-size : 1.2rem;
    color : #000000;
    text-align : center;
    line-height:100%
  }

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

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

/* 「たすけあいの心を～」の文のところ */
#sp-site-branding-1 > .inner-box > .site-description{
  font-size : 1.2rem;
  color : #800080;
  line-height:115%;
  margin-bottom:20px;
  margin-left: 0px;
  margin-right:auto;
}

}

ul.global_menu{
    width:878px;
    height:141px;
    padding:0;
    font-size:10px;
    margin-left:auto;
    margin-right:auto;
}

ul.global_menu li {
    display: inline-block;
    font-size:12px;
    vertical-align:0px;
}

#slideshow {
   position: relative;
   width:  880px; /* 画像の横幅に合わせて記述 */
   height: 470px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
