
@charset   "UTF-8";

/*----- all-w css 開始 -----*/
body{
  margin-top : 0px; 
   margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
   font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
     font-size : 14pt;
  line-height : 1.5;
  letter-spacing : 1pt;
}

#header{
  width: 100%;         
  height : auto;  
  margin-left : auto;
  margin-right : auto;
} 

/* ヘッダーアイコン・スマホ用(wide・mediumは非表示) */
#s-icon{
  visibility : hidden;
  display : none;
}

/* ヘッダー『ホームロゴ』アイコン・親BOX */
.wrap{
  overflow: hidden;
}
#icon{
  width: 90%;
  height: auto;
  text-align: center;
  border-bottom-right-radius: 100% 180px;
  border-bottom-left-radius: 100% 180px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  background: rgba(255,255,255,0.9);
  border-bottom: 7px solid #dddddd;
  box-shadow: 2px 0px 4px gray;
  position: absolute;
  top: 0;
  z-index: 50;
  a:visited white;
  text-decoration: none;
  a: black;
}

/* ヘッダー『ホームロゴ』レスポンシブ画像 */
img.headicon-home{
  max-width: 16%;
  height : auto; 
  padding-right: 2%;
} 

/* ヘッダー・アイコン『運営事業所』『メニュー紹介』文字 マウスホバー効果 */
.icon-link1{
  text-decoration: none;
  padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .1s;
}
.icon-link1:hover{
  background-position: 0 100%;
}

.icon-link2{
  text-decoration: none;
  padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .1s;
}
.icon-link2:hover{
  background-position: 0 100%;
}

.icon-link3{
  text-decoration: none;
  padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .1s;
}
.icon-link3:hover{
  background-position: 0 100%;
}

/* ヘッダー・アイコン『法人概要』レスポンシブ画像 */
img.headicon-houjin{
  max-width: 150px;
  width : 10%;
  height : auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img.headicon-houjin:hover{
  background-color: #ffffe3;
}

/* ヘッダー・アイコン『運営事業所』マウスホバー効果 吹き出し */
.icon-oya-1 {
 width: 100%;
  height: auto;
  position: relative;
  display: inline;
}
/* ヘッダー・アイコン『運営事業所』レスポンシブ画像 */
img.headicon-jigyou{
  max-width: 150px;
  width : 10%;
  height : auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img.headicon-jigyou:hover{
  background-color: #deffe0;
}

.icon-oya-1 img {
  position: relative;
  width: 10%;
  height: auto;
}
.icon-oya-1 .icon-text-box {
  position: absolute;
  width: 100%; /* 画像の幅と左右の余白をプラスした値 */
  height: 100px; /* 画像の高さと吹き出しと余白の高さをプラスした値 */
  top: 0px; /* 余白分上にずらす */
  left: 0px; /* 余白分左にずらす */
  border-radius: 1px;
  background-color: rgba(0, 118, 53, 0.8);
  display: none;
}
/* 運営事業所 →→→『月とらいおん』 */
.icon-oya-1 .icon-link1 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 20%;
  color: #ffffff;
}
/* 運営事業所 →→→『oneself』 */
.icon-oya-1 .icon-link2 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 50%;
  color: #ffffff; 
}
/* 運営事業所 →→→『心愛』 */
.icon-oya-1 .icon-link3 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 80%;
  color: #ffffff;
}

.icon-oya-1:hover img {
  z-index: 4; /* .boxよりも上に表示 */
}
.icon-oya-1:hover .icon-text-box {
  z-index: 3; /* imgよりも下に表示 */
  display: block;
}

/* ヘッダー・アイコン『メニュー紹介』マウスホバー効果 吹き出し */
.icon-oya-2 {
  position: relative;
  display: inline;
}
/* ヘッダー・アイコン『メニュー紹介』レスポンシブ画像 */
img.headicon-menu{
  max-width: 150px;
  width : 10%;
  height : auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img.headicon-menu:hover{
  background-color: #ffe6ce;
}

/* ヘッダー・アイコン・『メニュー紹介』マウスホバー */
.icon-oya-2 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: auto;
}
.icon-oya-2 img {
  position: relative;
  width: 10%;
  height: auto;
}
.icon-oya-2 .icon-text-box {
  position: absolute;
  width: 100%; /* 画像の幅と左右の余白をプラスした値 */
  height: 100px; /* 画像の高さと吹き出しと余白の高さをプラスした値 */
  top: 0px; /* 余白分上にずらす */
  left: 0px; /* 余白分左にずらす */
  border-radius: 1px;
  background-color: rgba(107, 71, 33, 0.8);
  display: none;
}
/* メニュー紹介 →→→『菓子製品』 */
.icon-oya-2 .icon-link1 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 20%;
  color: #ffffff;
}
/* メニュー紹介 →→→『お豆腐』 */
.icon-oya-2 .icon-link2 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 50%;
  color: #ffffff; 
}
/* メニュー紹介 →→→『うどん店』 */
.icon-oya-2 .icon-link3 {
  position: absolute;
  font-size: 9pt;
  text-align: left;
  left: 1px;
  top: 80%;
  color: #ffffff;
}
.icon-oya-2:hover img {
  z-index: 4; /* .boxよりも上に表示 */
}
.icon-oya-2:hover .icon-text-box {
  z-index: 3; /* imgよりも下に表示 */
  display: block;
}

a.icon-link1:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link1:visited{
color: #ffffff;
text-decoration: none;
}

a.icon-link2:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link2:visited{
color: #ffffff;
text-decoration: none;
}

a.icon-link3:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link3:visited{
color: #ffffff;
text-decoration: none;
}   

/* ヘッダー・アイコン『ブログ』レスポンシブ画像 */
img.headicon-blog{
  max-width: 150px;
  width : 10%;
  height : auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img.headicon-blog:hover{
  background-color: #ffeff6;
}
/* ヘッダー・アイコン『お問い合わせ』レスポンシブ画像 */
img.headicon-contact{
  max-width: 150px;
  width : 10%;
  height : auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img.headicon-contact:hover{
  background-color: #d5ebf0;
}
/* ヘッダー『電話番号』レスポンシブ画像 */
img.headicon-tel{
  max-width : 16%;
  height : auto; 
} 

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}



/* サイトマップ */
#site-map{
   width: 100%;
   height: auto;
   padding-top : 10px;
   padding-bottom : 10px;
   font-size: 11pt;
   text-align: center;
   color: #220000;
   background-color: #ffa6c0;
   background-image: url("pink.jpg"); 
   position: absolute; 
   z-index: 2;
}

a.s-m-moji:link{
  width: 21%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
  color: black;
  text-decoration: underline;
  overflow: hidden;
}
a.s-m-moji:visited{
  width: 21%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
  color: black;
  text-decoration: underline;
  overflow: hidden;
}

/* フェイスブック・スマホ用(wide・mediumは非表示) */
.fb-moji{
 display: none;
}

/* wide用・フッター*/ 
#footer{ 
  width:100%;  
  height : auto;
  padding-top : 50px;
  padding-bottom : 0px;
  color : #010701; 
  overflow : hidden;
  background-image: url("kami.jpg"); 
}   

/* 法人インフォ・フェイスブック 親BOX */
.footerbox{
  width: 95%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

h4{
  word-break: keep-all;
  font-size : 20pt;
  color : #673b2c;
  letter-spacing : 3px;
  text-align : left;
  line-height : 30px;
  margin-bottom: 10px;
}
/* wide・medium用・改行させない */ 
.foot-br{
  display: none;
} 
 
.houjin-info{
  max-width : 63%;
  min-height : 300px;
  float : left;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 12pt;
  text-align : left;
  text-decoration : none;
}
    
.unei-title{
  margin-left: 10px;
  margin-bottom: -10px;
  font-size : 14pt;
  font-weight: 600;
  letter-spacing: 0.3em;
  color : #7d841d;
}

.unei-jigyou{
 margin-left: 10px;
 line-height: 2em;
}

a.f-link:link{
  color: black;
  text-decoration: none;
  overflow: hidden;
}
a.f-link:visited{
  color: black;
  text-decoration: none;
  overflow: hidden;
}
    
a.foot-b-gata:link{
  color: black;
  text-decoration: none;
  overflow: hidden;
}
a.foot-b-gata:visited{
  color: black;
  text-decoration: none;
  overflow: hidden;
}
    
/* フェイスブック */
.f-facebook{
  width:31%;
  float : right;
  margin-right: 2%;
  padding-top: 30px;
}
    
.tatemono{
  max-width: 1100px;
  min-width: 40%;
  margin-left: 8%;
}

#copyright{
   width: 100%;
   height: auto;
   padding-top : 5px;
   padding-bottom : 5px;
   font-size: 10pt;
   text-align: center;
   color: white;
   background-color: #1E90FF;
}

/*----- all-w css 終了 -----*/

/*----- indexページ wide css 開始 -----*/
.box{
  position   : relative;
  max-width  : 100%;
  height     : 900px;
  margin     : auto;
  overflow   : hidden;
}

/* 波・曲線・上 */    
svg.wave-ue{
  background-size:cover;
  width:100%;
  display:block;
  position: absolute;
    bottom: 0;
}

/* 波・曲線・下*/    
svg.wave-shita{
  background-size:cover;
  width:100%;
  display:block;
  position: absolute;
  top: 0;
}            
    
/* ヘッダースライド レスポンシブ画像 */
img.p-25{
 width:  100%;
}
/* 画像・レスポンシブ */
img.p-100{
  width: 100%;    
}

/* タイトル・バナー(wide・medium)・レスポンシブ */
img.mw-100{
  width: 100%;
}
/* タイトル・バナー(smart)・レスポンシブ */
img.s-100{
  display: none;
}

/* 事業所紹介横長フェード レスポンシブ画像 */
img.aa{
  width: 100%;
}

/* 丸画像 吹き出し 文字 見出し */
.midashi{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  color: white;
  border-bottom: 1px dashed;
  word-break: keep-all;
  display: block;
}
/* 丸画像 吹き出し 文字 内容 */
.maru-naiyo{  
  width: 92%;
  margin-left: 8%;
  margin-right: auto;
  font-size: 80%;
  color: white;
  display: block;
}
/* 丸画像 吹き出し 文字 リンク */
.pop-link{
  text-decoration: none;
  background-position: 0 0;
  background-size: auto 200%;
}
.pop-link:hover{
  text-decoration: none;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 100%;
  background-size: auto 200%;
  transition: .1s;
}

a.pop-link:link{
  color: #ffffff;
  text-decoration: none;
}
a.pop-link:visited{
color: #ffffff;
text-decoration: none;
}

/* 丸画像『販売メニューの紹介』マウスホバー効果 吹き出し */
.maru-oya-1 {
  margin-top: -2%;
  position   : relative; 
  font-size: 13pt;
}


.maru-balloon-1 {
  /*バルーンのスタイルです*/
 
  /*表示位置を指定します*/
  position: absolute;
  margin-top: -19%;
  top: 50%;
  left: 10%;
  /*非表示にしておきます*/
  display: none;
  opacity: 0;
  /*表示スタイルを指定します*/
  width: 10%;
  min-width: 120px;
  height: auto;
  min-height: 150px;
  text-align: left;
  padding: 20px 15px 20px 15px;/* 設定順番:上・右・下・左; */
  margin-bottom: 20px;
  border-radius: 85px;
  line-height: 1.6em;
  color: white;
  background-color: rgba(107, 71, 33, 0.9);             
  /*影をつけて見栄えを良くします*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  /*アニメーションを指定します*/
  animation-duration: 0.1s;
  animation-name: show-maru-balloon-1;
}

.maru-oya-1:hover .maru-balloon-1 {
  /*マウスホバー時のバルーンのスタイルです*/

  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -40px;
}

.maru-balloon-1::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 45%;
  border: 10px solid transparent;
  border-top: 15px solid rgba(107, 71, 33, 0.7);
}

@keyframes show-maru-balloon-1 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -40px;
  }
}

/* 丸画像『日々の活動紹介』マウスホバー効果 吹き出し */
.maru-oya-2 {
  margin-top: -2%;
  position   : relative; 
  font-size: 14pt;
}



.maru-balloon-2 {
  /*バルーンのスタイルです*/
 
  /*表示位置を指定します*/
  position: absolute;
  margin-top: -18%;
  top: 60%;
  left: 30%;
  /*非表示にしておきます*/
  display: none;
  opacity: 0;
  /*表示スタイルを指定します*/
  width: 10%;
  min-width: 120px;
  height: auto;
  min-height: 120px;
  padding: 20px 15px 20px 15px;/* 設定順番:上・右・下・左; */
  border-radius: 85px;
  line-height: 1.4em;
  color: white;
  background-color: rgba(255, 90, 114, 0.9);              
  /*影をつけて見栄えを良くします*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  /*アニメーションを指定します*/
  animation-duration: 0.3s;
  animation-name: show-maru-balloon-2;
}

.maru-oya-2:hover .maru-balloon-2 {
  /*マウスホバー時のバルーンのスタイルです*/

  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -40px;
}

.maru-balloon-2::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 45%;
  border: 10px solid transparent;
  border-top: 15px solid rgba(255, 90, 114, 0.7);
}

@keyframes show-maru-balloon-2 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -40px;
  }
}
/* 丸画像『運営事業所の紹介』マウスホバー効果 吹き出し */
.maru-oya-3 {
  margin-top: -2%;
  position   : relative; 
  font-size: 14pt;
}



.maru-balloon-3 {
  /*バルーンのスタイルです*/
 
  /*表示位置を指定します*/
  position: absolute;
  margin-top: -17%;
  top: 60%;
  right: 30%;
  /*非表示にしておきます*/
  display: none;
  opacity: 0;
  /*表示スタイルを指定します*/
  width: 10%;
  min-width: 135px;
  height: auto;
  min-height: 120px;
  padding: 20px 15px 20px 15px;/* 設定順番:上・右・下・左; */
  border-radius: 85px;
  line-height: 1.6em;
  color: white;
  background-color: rgba(0, 118, 53, 0.9);             
  /*影をつけて見栄えを良くします*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  /*アニメーションを指定します*/
  animation-duration: 0.3s;
  animation-name: show-maru-balloon-3;
}

.maru-oya-3:hover .maru-balloon-3 {
  /*マウスホバー時のバルーンのスタイルです*/

  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -40px;
}

.maru-balloon-3::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 45%;
  border: 10px solid transparent;
  border-top: 15px solid rgba(0, 118, 53, 0.7);
}

@keyframes show-maru-balloon-3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -40px;
  }
}

/* 丸画像『法人の紹介』マウスホバー効果 吹き出し */
.maru-oya-4 {
  margin-top: -2%;
  position   : relative; 
  font-size: 14pt;
}


.maru-balloon-4 {
  /*バルーンのスタイルです*/
  
  /*表示位置を指定します*/
  position: absolute;
  margin-top: -16%;
  top: 60%;
  right: 10%;
  /*非表示にしておきます*/
  display: none;
  opacity: 0;
  /*表示スタイルを指定します*/
  width: 10%;
  min-width: 130px;
  height: auto;
  min-height: 120px;
  padding: 20px 15px 20px 15px;/* 設定順番:上・右・下・左; */
  border-radius: 85px;
  line-height: 1.4em;
  color: white;
  background-color: rgba(82, 170, 250, 0.9);             
  /*影をつけて見栄えを良くします*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  /*アニメーションを指定します*/
  animation-duration: 0.3s;
  animation-name: show-maru-balloon-4;
}

.maru-oya-4:hover .maru-balloon-4 {
  /*マウスホバー時のバルーンのスタイルです*/

  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -40px;
}

.maru-balloon-4::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 45%;
  border: 10px solid transparent;
  border-top: 15px solid rgba(82, 170, 250, 0.7);
}

@keyframes show-maru-balloon-4 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -40px;
  }
}



/* ニュース・横長背景 */
#news-haikei{
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url("wave-ue.png"), 
                    url("news-kami2.jpg");
  background-repeat: no-repeat,
                     repeat;
  background-position: top;
  background-size: 100%,
                    40%;
  overflow: hidden;
  
}  

/* ニュース・親BOX */
#news-box{
  width : 65%; 
  height : auto;
  padding: 0px 10% 1% 10%;/* 設定順番:上・右・下・左; */
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 0px rgba(0,0,0,.3) inset;
}
/* ニュース・タイトルバナー画像 */
.news-title{
  width: 90%;
  max-width: 1100px; 
  min-width: 65%;
  height : auto;
  text-align: center;
  margin-top: 20;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* ニュース・アイコン・『法人本部』 */
.news-houjin{
    width: 100px;
    height: auto;
    padding: 8px;
    margin: 0 auto;
    font-size: 9pt;
    line-height: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    text-align:center;
    display: block;
    color: #FFFFFF;
    background: #008DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
/* ニュース・アイコン・『ワンセルフ』 */
.news-oneself{
    width: 100px;
    height: auto;
    padding: 8px;
    margin: 0 auto;
    font-size: 10.5pt;
    line-height: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    text-align:center;
    display: block;
    color: #FFFFFF;
    background: #FF9799;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
/* ニュース・アイコン・『月とらいおん』 */
.news-tsuki-lion{
    width: 100px;
    height: auto;
    padding: 8px;
    margin: 0 auto;
    font-size: 9pt;
    line-height: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    text-align:center;
    display: block;
    color: #FFFFFF;
    background: #5F9B4E;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
/* ニュース・アイコン・『心愛 』*/
.news-kokoa{
    width: 100px;
    height: auto;
    padding: 8px;
    margin: 0 auto;
    font-size: 9pt;
    line-height: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #FFFFFF;
    background: #FFC84D;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
/* ニュース・リンク通常時 色指定 */
#news-box a:link{
   color: black;
}
/* ニュース・リンク訪問済み 色指定 */
#news-box a:visited{
   color: black;
}
/* ニュース・アイコン・日付・文字・親BOX */
dl{
  width: 98%;
  height: auto;
  padding: 20px 1% 0px 1%;/* 設定順番:上・右・下・左; */
  border-bottom: 1px dashed;
  color : #005500;
  overflow: hidden;
  display: block;
}
dl:hover {
  background-color : #D2B48C;
}

/* ニュース・アイコン・日付 */
dt{
   width: 26%;  
   height: auto;
   float: left;
   margin: qauto; 
   font-size: 12pt;
   text-align: left;
   overflow: hidden;
}
/* ニュース・内容 */
dd{
   width: 48%;
   height: auto;
   float: left;
   margin: 0px;
   padding-bottom: 20px;
   font-size: 10pt;
   text-align: left; 
   text-decoration : underline; 
   text-indent: 1em;
   line-height: 2em;
   letter-spacing: 0.3em;
   color: #484b4e;
   overflow: hidden;
}   
dd:hover {
  font-weight: 600;
}

/* 事業所紹介 親BOX 横長背景*/
#jigyousyo{
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;  
  background-image: url("wave-shita.png"), 
                    url("ki.jpg");
  background-repeat: no-repeat,
                     repeat;
  background-position: bottom;
  background-size: 100%,
                    10%;      
  overflow: hidden;
}
    
/* 事業所紹介・タイトルバナー画像 */
.jigyousyo-title{
  width: 90%;
  max-width: 1100px; 
  min-width: 65%;
  height : auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10;
  padding-bottom: 10px;
  text-align: center;
  
}
/*事業所紹介・タイトルバナー・レスポンシブ画像 */
img.b-jigyousyo{
   width: ;
}
/* 事業所紹介・画像 親BOX */
.jigyousyo-shokai{
  width : 100%;
  height : auto;
  float: left;
  text-align: center;
  
}

/* 事業所紹介『月とらいおん』レスポンシブ画像 */
.jigyousyo-gazo1{
   width: 30%;
   height: auto;
   float: left;
   padding: 25px 1.5% 15px 1.5%;/* 設定順番:上・右・下・左; */
}

 /* 事業所紹介『oneself』レスポンシブ画像 */
.jigyousyo-gazo2{
   width: 30%;
   height: auto;
   float: left;
   padding: 25px 1.5% 15px 1.5%;/* 設定順番:上・右・下・左; */
}

/* 事業所紹介『心愛』レスポンシブ画像 */
.jigyousyo-gazo3{
   width: 30%;
   height: auto;
   float: left;
   padding: 25px 1.5% 15px 1.5%;/* 設定順番:上・右・下・左; */
}

img.jigyousyo-gazo-back{
width: 15%;
position: absolute;
left: 0;
}
img.jigyousyo-gazo-back2{
width: 14%;
position: absolute;
right: 10;
}

/* 事業所利用内容紹介・横長画像 */
#saiwai-yokonaga{
  width: 100%;
}
/* 事業所利用内容紹介・横長レスポンシブ画像 */
img.haba-100{
  width: 100%;
}

/* contents メニュー紹介・横長背景  */
#contents{
  width : 100%;  
  height : auto;
  margin-left : auto;
  margin-right : auto;
  padding-top: 40px;
  text-align: center;
  overflow: hidden;
}
 

/* メニュー紹介・タイトルバナー画像 */
.item-title{
  width: 90%; 
  max-width: 1100px;
  min-width: 65%;
  height : auto;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}

/* メニュー紹介説明 */
.item-moji{
  width : 58%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  text-align : left;
  text-indent: 1em;
  line-height: 2.2em;
  font-size: 14pt;
  font: 550000;
  margin-bottom: 50px;
  
}

/* メニュー紹介・写真画像 */
.item{
  width : 99%;
  height : auto;
  padding: 10px 0.5% 10px 0.5%;/* 設定順番:上・右・下・左; */
  text-align: center;
  background-color: #cfd5c2;
}
/* メニュー紹介・写真レスポンシブ画像 */
.item-gazo{
  width: 28%;
  display: inline-block; /* インラインブロック化 */
  vertical-align: top;   /* 上端を揃える */
  border:3px  #cfd5c2 solid;
  
}

/* 地図・マップ */
.map100{
  position: relative;
  z-index: 1;
}
/*----- indexページ wide css 終了 -----*/
