
@charset "utf-8";
@media all and (max-width:599px){

/* ヘッダースライド 矢印 */
img.p-hm{
 width: 100%;

}

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

/* ヘッダーアイコン・smart用(wide・mediumは非表示) */
.s-icon{
	text-decoration: none;
    color: #fff;   
}

.sample-accordion {
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sample-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
  display: block;
  background: linear-gradient(#c7db2c, #95a51c);
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
  border-bottom: 1px solid #768318;
  box-sizing: border-box;
}
.sample-accordion label:hover {
  background: #829111;
}
.sample-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #b1a133;
  padding: 0 10px;
  box-sizing: border-box;
}
.sample-accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
Result


/* ヘッダー『ホームロゴ』アイコン・親BOX */
.wrap{
  overflow: hidden;
}
/* ヘッダーアイコン・wide・medium用(smartは非表示) */
#icon{
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1vmin;
  background: rgba(255,255,255,1.0);
  box-shadow: 2px 0px 4px gray;
  position: absolute;
  z-index: 50;
  text-decoration: none;
  visibility : hidden;
  display : none;
  
}

/* ヘッダー『ホームロゴ』レスポンシブ画像 */
img.headicon-home{
  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 : 12%;
  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;
  word-break: keep-all;
}
/* ヘッダー・アイコン『運営事業所』レスポンシブ画像 */
img.headicon-jigyou{
  max-width: 150px;
  width : 12%;
  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: 12%;
  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: 65%;
  text-align: left;
  left: 1px;
  top: 20%;
  color: #ffffff;
}
a.icon-link1:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link1:visited{
	color: #ffffff;
text-decoration: none;
}

.icon-oya-1 .icon-link2 {
  position: absolute;
  font-size: 65%;
  text-align: left;
  left: 1px;
  top: 50%;
  color: #ffffff; 
}
a.icon-link2:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link2:visited{
	color: #ffffff;
text-decoration: none;
}

.icon-oya-1 .icon-link3 {
  position: absolute;
  font-size: 65%;
  text-align: left;
  left: 1px;
  top: 80%;
  color: #ffffff;
}
a.icon-link3:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link3:visited{
	color: #ffffff;
text-decoration: none;
}

.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 : 12%;
  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: 12%;
  height: auto;
}
.icon-oya-2 .icon-text-box {
  position: absolute;
  width: 100%; /* 画像の幅と左右の余白をプラスした値 */
  height: 120px; /* 画像の高さと吹き出しと余白の高さをプラスした値 */
  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: 65%;
  text-align: left;
  margin-bottom: 5px;
  left: 1px;
  top: 15%;
  color: #ffffff;
}

.icon-oya-2 .icon-link2 {
  position: absolute;
  font-size: 65%;
  text-align: left;
  margin-bottom: 5px;
  left: 1px;
  top: 45%;
  color: #ffffff; 
}
.icon-oya-2 .icon-link3 {
  position: absolute;
  font-size: 65%;
  text-align: left;
  margin-bottom: 5px;
  left: 1px;
  top: 75%;
  color: #ffffff;
}
.icon-oya-2:hover img {
  z-index: 4; /* .boxよりも上に表示 */
}
.icon-oya-2:hover .icon-text-box {
  z-index: 3; /* imgよりも下に表示 */
  display: block;
}

/* ヘッダー・アイコン『ブログ』レスポンシブ画像 */
img.headicon-blog{
  max-width: 150px;
  width : 12%;
  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 : 12%;
  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{
  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: 13px 0 10px 0;/* 設定順番:上・右・下・左; */
   font-size: 10pt;
   text-align: center;
   color: #220000;
   background-color: #ffa6c0;
   background-image: url("pink.jpg"); 
   position: absolute; 
   z-index: 2;
}
a.s-m-moji {
    width: 29%;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    text-decoration: none;
   	padding-bottom: 3px;
	color: #000;
	display: inline-block;
	position: relative;
}
a.s-m-moji:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	position: absolute;
	display: inline-block;
}
a.s-m-moji:hover:before {
	width: 30%;
	border-bottom: 1px solid #000;
}
a.s-m-moji:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	position: absolute;
	display: inline-block;
}
a.s-m-moji:hover:after {
	width: 30%;
	border-bottom: 1px solid #000;
}   

/* フェイスブック・smart用(wide・mediumは非表示) */
a.fb-moji {
    width: 29%;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    text-decoration: none;
   	padding-bottom: 3px;
	color: #000;
	display: inline-block;
	position: relative;
}
a.fb-moji:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	position: absolute;
	display: inline-block;
}
a.fb-moji:hover:before {
	width: 30%;
	border-bottom: 1px solid #000;
}
a.fb-moji:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	position: absolute;
	display: inline-block;
}
a.fb-moji:hover:after {
	width: 30%;
	border-bottom: 1px solid #000;
}   

/* 法人インフォ・フェイスブック 親BOX */ 
#footer{	 
  width:100%;  
  height : auto;
  padding-top : 50px;
  margin-bottom : 0px;
  color : #010701; 
  overflow : hidden;
  background-image: url("kami.jpg"); 
} 

.footerbox{
  height: auto;
  margin-bottom: 15%;
}

.houjin-info{
  width : 90%;
  height : 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  text-align : left;
  text-decoration : none;
}  

h4{
  font-size : 13pt;
  color : #673b2c;
  letter-spacing : 3px;
  text-align : left;
  line-height : 30px;
  padding-top: 10px;
  margin-bottom: 10px;
}
/* smart用・改行(wide・medium改行させない) */  
.foot-br{
  display: block;
} 

.unei-title{
  margin-left: 10px;
  margin-bottom: -10px;
  font-size : 11pt;
  font-weight: 600;
  letter-spacing: 0.3em;
  color : #7d841d;
}

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

 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;
}
    
/* footerbox・右側・フェイスブック */
.f-facebook{
  width : 40%;
  height : auto;
  float : right;
  margin-right: 5%;
  display: none;
}

.tatemono{
   width: 100%;
}

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

}

}
