
body {
	background-image: url(./images/back-image.png);   /* 背景画像 */
}

 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* ★見出し文字設定******************************************************  -*/
 h1{
	clear: both;
	font-size: 80%;
        font-weight: 200;             /*文字の太さ調整100-900*/
	color: #303030;
        margin: 1px 0 2px 0px;
}


H2{
	font-size: 180%;
        font-weight: 200;             /*文字の太さ調整100-900*/
	color: #000000;
        margin: 0px 0 15px 0px;
}

h3{
	font-size: 150%;
	color: #000000;
        font-weight: 600;             /*文字の太さ調整100-900*/
        margin: 0px 0 15px 0px;
}

.clear { clear:both; }
.clear hr { display:none; }



a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}


/*見出し制御----------------------------*/

.h-kouka1{
	border-bottom: 1px solid #818181;  /* 枠線の装飾 */
        margin: -10px 0 60px 0;
        padding: 0px 0px 10px 0px;
        letter-spacing: 2px;
}

.h-kouka2{
	border-bottom: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 10px 0 30px 0;
        padding: 0px 0px 2px 20px;
        letter-spacing: 2px;
}

.h-kouka3{
	color: #ffffff;
	background-color: #0067b7;        /* 背景色 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka4{
	border-left: 3px solid #0067b7;  /* 枠線の装飾 */
        margin: 30px 0 30px 0;
        padding: 8px;
        letter-spacing: 2px;
}

.h-kouka5{
	color: #ffffff;
	font-size: 140%;
        margin: 10px 0 30px 0;
}

/*お知らせ-----*/
.midasi3{
	color: #ffffff;
        padding: 0 0 0 16px;
}

/*投稿上部カテゴリ名-----*/
.h-blog{
	font-size: 150%;
	color: #303030;
        margin: -10px 0 60px 0;
        padding: 0px 0px 10px 0px;
        letter-spacing: 2px;
}

/*パンくずリスト-----*/
.pannavi{
	font-size: 80%;
  padding: 30px 0 10px 20px;
}


.pannavi a:link,
.pannavi a:visited,
.pannavi a:hover,
.pannavi a:active {
  color: #000;
}

/*ブラウザ左右余白を排除---------------------------*/
* {
  margin: 0;
  padding: 0;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*画像の最大幅を画面のサイズの最大幅に設定--------*/
img {
  max-width: 100%;
  height: auto;
}



/* ★背景設定*****************************************************  */

/*◇ヘッダー背景---------------------------------------*/
header{
       background-image: url(header-back.png);}
 
.header-inner{
        background-image: url(header-bana.png);
	background-repeat: no-repeat;           /* 背景画像リピートなし */
        height: 130px;}          /* ヘッダーロゴが入る縦部分の高さ設定 */


/*◇コンテンツ全体背景---------------------------------------*/

.container-back-top {background-image: url(container-back-top.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container-back {background-image: url(container-back.png) ;
	         background-repeat: repeat-x;
                 background-position: center top;
}

.container {}


/*◇コンテンツ部分背景---------------------------------------*/
.contents {}

/*◇サイドメニュー背景---------------------------------------*/
#sidebar{}


/*◇フッター背景-------------------------------------------------------*/
footer{
    z-index: 100;
       background-image: url(footer-back.png) ;
	background-repeat: repeat-x;
       margin: 50px 0 0 0;
        padding: 50px 0 0 0;          /* 背景上部出す場合この箇所を500pxなどに大き目に変更 */
}
/* フッターバナー */
.footer-inner{
    z-index: 200;
        background-image: url(footer-bana.png);
	background-repeat: no-repeat;
        padding: 10px 0 10px 0;
	width: 1100px;
	height: auto;
	text-align: center;
}


/*◇メタスライダー------*/

#m-slider {
    clear: both;
    margin: 0px 0px 0px 0px;
}

#m-slider img{
    clear: both;
    margin: 30px 0px 0px 0px;
}


/* ★header-inner, .container, .footer-innerの最大幅指定****************  -*/

.header-inner {
  width: 1100px;
	margin: 0 auto;
}

.container {
  width: 1100px;
	margin: 0 auto;
}

.container2 {
	background: #bbee76;
  width: 1100px;
	margin: 0 auto;
}

.footer-inner {
  width: 1100px;
	margin: 0 auto 0 auto;
}



/* ★ヘッダー***************************************************** */

/*◇ロゴ・お問い合わせボタン-------------------------------------*/

.header-left{
	float: left;                /* 回り込み */
}

.header-right{
	float: left;                /* 回り込み */
}

.header-right img{
        margin: 20px 0 0 200px;
}



/*- ★コンテンツ******************************************************  */


/*コンテンツとサイドバーを横に並べる--------*/
  .container:after {
    display: block;
    clear: both;
    content: '';
  }

  .container2:after {
    display: block;
    clear: both;
    content: '';
  }

/*固定ページ用コンテンツ--*/
  .contents {
    width: 99%;
  padding: 50px 0 0 1%;
  }

/*indexループ用コンテンツ--*/
  .contents2 {
    float: left;
    width: 73%;
  padding: 50px 2% 0 1%;
  }

  #sidebar {
    float: left;
    width: 20%;
  padding: 50px 15px 0 0;
  }

/* ★サイドバー***************************************************** */
/*サイドバータイトル-----*/
.sidebar-title{
	color: #ffffff;
background-color: #0067b7;
  padding: 8px 8px 8px 8px;
}


#sidebar li{
        text-align: left;
        list-style:none;
        text-decoration: none;
        padding: 18px 0 18px 3px;
	border-bottom: 1px solid #ffffff;  /* 枠線の装飾 */
}

#sidebar li a{
	color: #000000;
        text-decoration: none;
}

#sidebar li a:hover{
	color: #000000;
        text-decoration: underline;
}


.contents, #sidebar {
  margin: 0px 0;
}




/*- ★フッター*************************************************  -*/

footer {
	color:#000000;
}

  .footer-nav-area  {
        margin: 0px 0 20px 500px;
	float: left;                /* 回り込み */
  }

  .footer-nav li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav li a {
	color:#000000;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }
  .footer-nav-area2  {
        margin: 0px 0 20px 550px;
	float: left;                /* 回り込み */
  }
  .footer-nav2 li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav2 li a {
	color:#ffffff;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }


  .footer-nav-area3  {
        margin: 0px 0 20px 50px;
	float: left;                /* 回り込み */
  }
  .footer-nav3 li {
        text-align: left;
        list-style:none;
        margin: 10px 0 10px 0;
  }
  .footer-nav3 li a {
	color:#ffffff;
         font-weight: 700;
         font-size: 1em;
         padding: 10px 5px;
         text-decoration: none;
  }

/*フッターナビゲーションメニュー４横並び用--------*/
  .footer-nav-area4  ul{
  font-size: 0;
  }
  .footer-nav4 li {
  display: inline-block;
  font-size: 15px;
  width: 20%;
  }
  .footer-nav4 li a {
         font-size: 1em;
	color:#ffffff;
         text-decoration: none;
  }

  /*コピーライト*/
  .copyright {
    text-align: center;
	color: #197b30;
	clear: both;                /* 回り込み解除 */
  margin: 20px 0 8px 0;
  }




/*- ★カテゴリ ループ表示**********************************************  -*/

.kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}
 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.kiji-list a:hover {
  background-color: #e8f6d1;
}
 
.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}
 
.kiji-list .text {
  width: auto;
  margin-left: 250px;
}
 
.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
 
.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}
 
.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}



/*-  ★ページネーション　投稿カテゴリナビ*******************************  -*/


.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}



/*- ★トップお知らせwpkiziichiran**************************************  -*/

/*-  一覧で確認ボタン　共通利用可能  -*/

.myphp-botan{
	width: 450px;
	background-color: #0067b7;        /* 背景色 */
        border-radius: 8px;         /* CSS3角を丸くする */
	margin: 15px auto 0 auto;
}

.myphp-botan a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 450px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-decoration: none;
}

.myphp-botan a:link,
.myphp-botan a:active,
.myphp-botan a:visited {
	color: #ffffff;
	text-decoration: none;
}


.myphp-botan  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a8a8a8;        /* 背景色 */
}

/* ◇画像バージョン------ */
.index-list2{
	float: left;
	width: 280px;
	height: auto;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 25px 50px 25px;
	padding: 10px 0px 10px 10px;
}

.index-list2 img{
    background:#000;
    border:solid #fff;
    border-width:6px 6px 6px 6px;
    box-shadow:1px 1px 5px #333;
    -webkit-box-shadow:1px 1px 5px #333;
    -moz-box-shadow:1px 1px 5px #333;
    width:265px;
    height:250px;
        object-fit: cover;
}


.index-list2 a:link,
.index-list2 a:active,
.index-list2 a:visited {
	color: #000000;
	text-decoration: none;
}

.index-list2 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ◇カテゴリ一覧　画像と文章で表示する場合ここをカスタム */
.index-list3{
	float: left;
	color: #755231;
	width: 260px;
	height: 380px;               /* 縦幅　指定ない場合は　auto */
	margin: 0px 10px 50px 10px;
	padding: 10px 0px 10px 10px;
}

.index-list3 img{
	width: 250px;
}


.index-list3 a:link,
.index-list3 a:active,
.index-list3 a:visited {
	color: #755231;
	text-decoration: none;
}

.index-list3 a:hover {
	color: #000000;
	text-decoration: underline;
}

.indexpr-span{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #8bc53e;   /* 背景色 */
	max-width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.osirase-data2 a{
	        display: block;
	clear: both;
	background: #ffffff;
	font-size: 120%;
	text-align: center;
	width: 600px;
	height: 30px;
	border: 1px solid #0b0b0d;
        border-radius: 6px;
	margin: 10px auto 30px auto;
	padding: 20px 8px 20px 16px;
	color:#000000;
	text-decoration: none;
}

.osirase-data2 a:hover{
	color:#ffffff;
	text-decoration: none;
        background-color: #f7941d;
}


/* ◇テキストバージョン------------------ */

.index-box2{
	width: 100%;
	font-size: 100%;
	margin: 10px 0px 0px 8px;
	padding: 10px 0px 0px 0px;
	height: auto;
}

.index-box2 a:link,
.index-box2 a:active,
.index-box2 a:visited {
	color: #3d3d3d;
}

.index-box2 a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.index-list{
	font-size: 110%;
	width: 100%;
	border-bottom: 1px dotted #3d3d3d;
	padding: 10px 0px 10px 0px;
}

.indexpr-span{
	font-size: 100%;
	color:#ffffff;
        border-radius: 3px;
        background-color: #8bc53e;
	max-width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
}



/*-  ★グローバルメニュー*****************************************  -*/

#header-nav li  span {
display:block;
	text-align: center;          /* 文字センターよせ */
}

.head-bl{

}

.head-br{

}

/*グローバルナビゲーション*/

#header-nav{
	font-size: 130%;
        width: 100%;
        vertical-align:middle;
	margin: 80px 0px 0px 0px;
}

#header-nav a:link,
#header-nav a:visited,
#header-nav a:hover,
#header-nava:active {
  color: #ffffff;
        font-weight: 700;
	text-decoration: none;
}

/*ホバーエフェクト*/
#header-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header-nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header-nav a:hover::after {
  transform: scale(1, 1);
}


/*メガメニュー*/
#header-nav > ul {
  display: table;
  padding-left: 0px;
  width: 1100px;
  margin: 0 auto ;
}
#header-nav > ul > li {
  display: table-cell;
  margin-right: 2em;
  text-align: center;
  padding: 8px 0 8px 0;
}
#header-nav > ul > li:hover {
        color: #ffffff;
}
#header-nav > ul > li:hover > a {
  color: #ffffff;
}
#header-nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
/*グローバルナビ幅調整*/
#header-nav > ul > li > a {
  display: block;
  padding: 5px 1px 5px;
  transition: all .2s ease-in;
}
/*小見出し背景*/
#header-nav > ul .menu {
  z-index: 10000;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #197b30;
}

#header-nav > ul .menu .sub-menu {
  padding: 1em 0;
}
#header-nav > ul .menu .sub-menu li {
  display: inline-block;
  margin: 0 .5em;
}
#header-nav > ul .menu a {
  color: #fff;
}

/*スライド画像がメガメニューが上にならないためのタグ----*/
.msld1{
  z-index: 9999;
}



/*  ★追加パーツ1　共通タグ*****************************************  -
gaiyo-td0
page-box1
flo-left
flo-cr
contact1-td0
******************************************************************** */

/*---------テーブル制御----*/
.gaiyo-td0{
    margin:15px 0px 30px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 100%;
}
.gaiyo-td0 th, .gaiyo-td0 td{
	width: 450px;
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
.gaiyo-td0 th {
	width: 150px;
	font-size: 100%;
        font-weight: 100;   /*文字の太さ調整100-900*/
	text-align: center;
	background: #f6f6f6;
}

/*----ボックス----*/
.page-box1{
	background: #f6f6f6;
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 97%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}

/*----回り込み----*/
.flo-left{
	float: left;
	width: 50%;
	font-size: 180%;
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.flo-cr{
	clear: both;
}


/* =共通パーツ　お問い合わせフォーム---------------------------------- */

.contact1-td0{
    margin:15px 0px 15px 0px;
    border-top:3px dotted #f7941d;
    border-right:3px dotted #f7941d;
	width: 100%;
}

.contact1-td0 th, .contact1-td0 td{
    vertical-align:top;
    padding:15px;
    border-bottom:3px dotted #f7941d;
    border-left:3px dotted #f7941d;
	background: #ffffff;
	max-width: 1100px;
}

.contact1-td0 th {
	color: #000000;
	font-size: 100%;
	width: 30%;
	text-align: left;
        vertical-align:middle;
	background: #ffffff;
}

.hissu-span2{
	        display: block;
	float: right;
	font-size: 80%;
	color:#ffffff;
        border-radius: 3px;         /* CSS3 */
        background-color: #f7941d;   /* 背景色 */
	max-width: 300px;
	margin: 0px 10px 0px 10px;
	padding: 2px 8px 2px 8px;
}

/* hissu-span2 右寄せパーツ----------------------------------
	        display: block;
	float: right;
	font-size: 100%;
	color:#f26522;
	text-align: right;
	max-width: 300px;
        margin:0 0 0 auto;
	padding: 0px 2px 0px 2px;
 */

.contact-centa{
	text-align: center;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
}

input#submit_button { 
	color:#3e3e3e;
        cursor:pointer;
	background: #f2f2f2;
	width: 300px;           /* 横幅 */
	height: 50px;               /* 縦幅　指定ない場合は　auto */
        border-radius: 6px;         /* CSS3角を丸くする */
	border: 1px solid #3e3e3e;  /* 枠線の装飾 */
letter-spacing: 0.5em;
}

.contact-box{
        overflow:auto;
	margin: 10px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
	max-width: 1100px;           /* 横幅 */
	height: 300px;               /* 縦幅　指定ない場合は　auto */
	border: 1px solid #ddd;  /* 枠線の装飾 */
}


#contact1-b1{
	color:#000000;
	width: 80%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
}

#contact1-b1k{
	color:#000000;
	width: 10%;
	height: 40px;               /* 縦幅　指定ない場合は　auto */
}

#contact1-b2{
	color:#000000;
	width: 80%;
	height: 300px;               /* 縦幅　指定ない場合は　auto */
}
.contact-fmbox{
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
}

/* =コンタクトフィールドボックス内--------------------- */

#contact-field1{
        border-radius: 6px;         /* CSS3角を丸くする */
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}

#contact-field2{
        border-radius: 6px;         /* CSS3角を丸くする */
	margin: 0px 0px 0px 30px;
	padding: 10px;   /* ボックス内の余白 */
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:1px solid #fff;
}







/*  ★追加パーツ２　各ページ用*****************************************  -*/

/*----トップ------------------------------*/

/*----ワイド背景１----*/
.waide-b2{
  background: url(images/waido-haikei1.jpg) ;
   margin-left:-50%;
	   margin-right:-50%;
   padding-top:150px;
   padding-bottom:150px;
   padding-left:50%;
	   padding-right:50%;
}
/*----ワイド背景2緑----*/
.waide-b3{
   background: #b5d100;
	height: auto;
        overflow:hidden;
   margin-top:0px;
   margin-bottom:50px;
   margin-left:-500%;
	   margin-right:-500%;
   padding-top:50px;
   padding-bottom:80px;
   padding-left:500%;
	   padding-right:500%;
	height: 850px;
}


/*----フッター------------------------------*/
.footer-toi-bana{
	margin: 0 auto;
}





/*  ★追加CSS3　楠木*********************************  -*/

/*----〇ヘッダー・フッターロゴ３分割-----------------------------*/

.ftop1-container{
	display:flex;
}

.ftop1-item1 {flex-basis:50%;
}

.ftop1-item2 {flex-basis:40%;
}

.ftop1-item3 {flex-basis:10%;
}


.ftop2-container{
	display:flex;
}

.ftop2-item1 {flex-basis:34%;
	font-size: 80%;
	color:#ffffff;
	text-align: left;
}

.ftop2-item2 {flex-basis:33%;
	font-size: 80%;
	color:#ffffff;
	text-align: left;
}

.ftop2-item3 {flex-basis:33%;
	font-size: 80%;
	color:#ffffff;
	text-align: left;
}

.ftop2-item1 span{
	font-size: 180%;
	font-weight: bold;
}


.f-zentai{
	width: 250px;
        border-radius: 6px;         /* CSS3角を丸くする */
	padding: 30px 12px 12px 0px;
}

.f-zentai a{
	        display: block;
	color: #ffffff;
	text-align: center;
	width: 250px;
	height: 30px;
	border: 1px solid #ffffff;  /* 枠線の装飾 */
	margin: 0 auto;
	padding: 12px 0px 3px 0px;
	text-decoration: none;
        background-color: #b5d137;
}

.f-zentai a:link,
.f-zentai a:active,
.f-zentai a:visited {
	color: #ffffff;
	text-decoration: none;
}


.f-zentai  a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #005e20;        /* 背景色 */
}






/*  ★追加CSS　楠木page*********************************  -*/


/*----〇沿革ＴＤ-------*/

.kgtd-td1{
    margin:15px 0px 15px 0px;
	width: 100%;
}

.kgtd-td1 th, .kgtd-td1 td{
    vertical-align:top;
    padding:15px;
    border-bottom:1px solid #ddd;
	max-width: 1100px;
}

.kgtd-td1 th {
	color: #000000;
	font-size: 100%;
	width: 200px;
	text-align: left;
        vertical-align:middle;
}

/*----〇ご利用者様へボックス-------*/

.kpagebox1{
	background: #f6f6f6;
	border: 1px solid #d3d3d3;
        border-radius: 6px;         /* CSS3 */
	width: 97%;
	margin: 10px 0px 10px 0px;
	padding: 10px 8px 10px 16px;
}


/*----〇トップ　重要なお知らせ１-------*/

.ktop-zyou1{
	background: #bae588;
	border: 1px solid #bae588;
	color: #ffffff;
        border-radius: 2px;         /* CSS3 */
	width: 97%;
	margin: 10px 0px 10px 0px;
	padding: 8px;
}

.ktop-zyou2{
	background: #fffde3;
	border: 1px solid #bae588;
	width: 97%;
	margin: -14px 0px 10px 0px;
	padding: 12px 8px 12px 8px;
}

 /* ---〇トップ画像重ね 親要素 2分割 ------------------------ */
.imgArea {
  display    : inline-block;
  position   : relative;
  padding    : 0
}

 /* --- 〇トップ画像重ね　文字BOX(子要素) 　２分割------------------ */
.over {
  position   : absolute;                   /* 親要素からの絶対位置 */
  box-sizing : border-box;
  white-space: nowrap;                     /* 折返しなし */
  display    : block;                      /* ブロック要素にする */
  width      : 540px;                       /* 親要素の幅に合わせる */
  color      : #ffffff;    /* 文字色（透明度） */
  background : rgba(0, 0, 0, 0.50);  /* 背景色（透明度） */
  top        : 300px;                        /* 親要素からの上位置 */
  left       : 0;                          /* 親要素からの左位置 */
  text-align : left;                     /* 文字位置 */
  transform  : translateY(-93%);           /* 文字BOXの位置ずらし */
  padding    : 20px 10px 20px 10px;                       /* BOX内の余白 */
  font-size  : 15pt;                       /* 文字サイズ */
  line-height: 25px;
}

 /* ---〇トップ画像重ね 親要素 3分割------------------------ */
.imgArea2 {
  display    : inline-block;
  position   : relative;
  padding    : 0
}
 /* --- 〇トップ画像重ね　文字BOX(子要素) 3分割------------------ */
.over2 {
  position   : absolute;                   /* 親要素からの絶対位置 */
  box-sizing : border-box;
  white-space: nowrap;                     /* 折返しなし */
  display    : block;                      /* ブロック要素にする */
  width      : 354px;                       /* 親要素の幅に合わせる */
  color      : #ffffff;    /* 文字色（透明度） */
  background : rgba(0, 0, 0, 0.50);  /* 背景色（透明度） */
  top        : 200px;                        /* 親要素からの上位置 */
  left       : 0;                          /* 親要素からの左位置 */
  text-align : left;                     /* 文字位置 */
  transform  : translateY(-88%);           /* 文字BOXの位置ずらし */
  padding    : 20px 10px 20px 10px;                       /* BOX内の余白 */
  font-size  : 15pt;                       /* 文字サイズ */
  line-height: 25px; 
}


 /* ---〇トップ画像重ね 親要素 分割なし------------------------ */
.imgArea3 {
  display    : inline-block;
  position   : relative;
  padding    : 0
}
 /* --- 〇トップ画像重ね　文字BOX(子要素) 分割なし------------------ */
.over3 {
  position   : absolute;                   /* 親要素からの絶対位置 */
  box-sizing : border-box;
  white-space: nowrap;                     /* 折返しなし */
  display    : block;                      /* ブロック要素にする */
  width      : 1101px;                       /* 親要素の幅に合わせる */
  color      : #ffffff;    /* 文字色（透明度） */
  background : rgba(0, 0, 0, 0.50);  /* 背景色（透明度） */
  top        : 250px;                        /* 親要素からの上位置 */
  left       : 0;                          /* 親要素からの左位置 */
  text-align : left;                     /* 文字位置 */
  transform  : translateY(-92%);           /* 文字BOXの位置ずらし */
  padding    : 20px 10px 20px 10px;                       /* BOX内の余白 */
  font-size  : 15pt;                       /* 文字サイズ */
  line-height: 25px; 
}

 /* --- 〇トップ動物園背景------------------ */

.top-doubutu{
  background: url(images/doubutu-pc.png) ;
	background-repeat: no-repeat;           /* 背景画像リピートなし */
        background-position: center center;   /* 背景中央表示 */
  width: 1100px;
  height: 2000px;
}

.index-doubutu{
  font-size  : 80%; 
}

.index-center{
	text-align: center;
}


/* のんの */
.index-center2{
position:relative;
left:250px;
top:-60px;
}

.trim-doubutu img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #00a550; /* 枠線を付加 */
        object-fit: cover;
}

/* 梅田 */
.index-center3{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu3 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #9fc764; /* 枠線を付加 */
        object-fit: cover;
}


/* 西伊興 */
.index-center4{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu4 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #e59b69; /* 枠線を付加 */
        object-fit: cover;
}


/* 千駄木 */
.index-center5{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu5 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #00c3eb; /* 枠線を付加 */
        object-fit: cover;
}



/* 五反田 */
.index-center6{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu6 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #81cd09; /* 枠線を付加 */
        object-fit: cover;
}



/* 西新井本町 */
.index-center7{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu7 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #f7931d; /* 枠線を付加 */
        object-fit: cover;
}



/* 浅草 */
.index-center8{
position:relative;
left:200px;
top:-70px;
}

.trim-doubutu8 img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
    border: 5px solid #00adef; /* 枠線を付加 */
        object-fit: cover;
}

.kaisya-haikei{
	background: #82d6e0;
        border:2px solid #ffffff;
  padding    : 30px 20px 30px 20px;
}

/*----〇会社概要-----------------------------*/

/*----〇枠付きＴＤ-------*/

.kgtd-td0{
    margin:15px 0px 15px 0px;
    border-top:3px dotted #007f41;
    border-right:3px dotted #007f41;
	width: 100%;
     box-shadow:5px 5px 10px #8e8e8e;
}

.kgtd-td0 th, .kgtd-td0 td{
    vertical-align:top;
    padding:15px;
    border-bottom:3px dotted #007f41;
    border-left:3px dotted #007f41;
	max-width: 1100px;
	background: #ffffff;
}

.kgtd-td0 th {
	color: #000000;
	font-size: 100%;
	width: 30%;
	text-align: left;
        vertical-align:middle;
	background: #ffffff;
}

.kgtd-td01{
    margin:15px 0px 15px 0px;
    border-top:3px dotted #f7941d;
    border-right:3px dotted #f7941d;
	width: 100%;
     box-shadow:5px 5px 10px #8e8e8e;
}

.kgtd-td01 th, .kgtd-td01 td{
    vertical-align:top;
    padding:15px;
    border-bottom:3px dotted #f7941d;
    border-left:3px dotted #f7941d;
	max-width: 1100px;
	background: #ffffff;
}

.kgtd-td01 th {
	color: #000000;
	font-size: 100%;
	width: 30%;
	text-align: left;
        vertical-align:middle;
	background: #ffffff;
}


.kusnoki-waku1{
        border:3px dotted #007f41;
	background: #ffffff;
	width: 98%;
        box-shadow:5px 5px 10px #8e8e8e;
        margin:15px 0px 15px 0px;
        padding:10px 10px 10px 10px;
}

.kusnoki-waku1k{
        border:3px dotted #007f41;
	background: #ffffff;
	width: 98%;
        box-shadow:5px 5px 10px #8e8e8e;
        margin:15px 0px 15px 0px;
        padding:10px 10px 10px 10px;
}



.minasama-haikei{
	background: #ffccbd;
        border:2px solid #ffffff;
  padding    : 30px 20px 30px 20px;
}

.kusnoki-waku2{
        border:3px dotted #007f41;
	background: #ffffff;
	width: 98%;
        box-shadow:5px 5px 10px #8e8e8e;
        margin:15px 0px 15px 0px;
        padding:30px 10px 30px 10px;
}





.job-haikei{
	background: #bbee76;
        border:2px solid #ffffff;
  padding    : 30px 20px 30px 20px;
}

.kusnoki-waku3{
        border:3px dotted #f7941d;
	background: #ffffff;
	width: 98%;
        box-shadow:5px 5px 10px #8e8e8e;
        margin:15px 0px 15px 0px;
        padding:30px 10px 30px 10px;
}


.polaroid img{
    background:#000;
    border:solid #fff;
    border-width:6px 6px 20px 6px;
    box-shadow:1px 1px 5px #333;
    -webkit-box-shadow:1px 1px 5px #333;
    -moz-box-shadow:1px 1px 5px #333;
    width:auto;
    height:auto;
}

.polaroid0 img{
    background:#000;
    border:solid #fff;
    border-width:6px 6px 20px 6px;
    box-shadow:1px 1px 5px #333;
    -webkit-box-shadow:1px 1px 5px #333;
    -moz-box-shadow:1px 1px 5px #333;
    width:auto;
    height:auto;
}

.polaroid2 img{
    background:#000;
    border:solid #fff;
    border-width:6px 6px 6px 6px;
    box-shadow:1px 1px 5px #333;
    -webkit-box-shadow:1px 1px 5px #333;
    -moz-box-shadow:1px 1px 5px #333;
    width:auto;
    height:auto;
}


.footer-big{
  font-size  : 120%;
}

.kusnoki-waku5{
	background: #bbee76;
  padding    : 30px 0px 30px 0px;
    width:1100px;
    height:500px;
}


.unei-haikei{
	background: #fff799;
        border:2px solid #ffffff;
  padding    : 30px 20px 30px 20px;
}

/*見出し----------------------------*/

.midasi-1{
	color: #3e3e3e;
  background: url(images/pat1.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-2{
	color: #3e3e3e;
  background: url(images/pat2.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-3{
	color: #3e3e3e;
  background: url(images/pat3.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-4{
	color: #3e3e3e;
  background: url(images/pat4.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-5{
	color: #3e3e3e;
  background: url(images/pat5.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-6{
	color: #3e3e3e;
  background: url(images/pat6.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-7{
	color: #3e3e3e;
  background: url(images/pat7.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}

.midasi-8{
	color: #3e3e3e;
  background: url(images/pat8.png) ;
        margin: 5px 0 5px 0;
        padding: 0px 0px 0px 10px;
    height:50px;
}
