
@charset   "UTF-8";
@media all and (min-width:960px){

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;
  text-decoration: none;
}

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

/* ヘッダー・アイコン『運営事業所』『メニュー紹介』文字 リンク */
.icon-link1{
  text-decoration: none;
  background-position: 0 0;
  background-size: auto 200%;
}
.icon-link1: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.icon-link1:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link1:visited{
  color: #ffffff;
  text-decoration: none;
}

.icon-link2{
  text-decoration: none;
  background-position: 0 0;
  background-size: auto 200%;
}
.icon-link2: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.icon-link2:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link2:visited{
  color: #ffffff;
  text-decoration: none;
}

.icon-link3{
  text-decoration: none;
  background-position: 0 0;
  background-size: auto 200%;
}
.icon-link3: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.icon-link3:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link3:visited{
  color: #ffffff;
  text-decoration: none;
}

.icon-link4{
  text-decoration: none;
  background-position: 0 0;
  background-size: auto 200%;
}
.icon-link4: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.icon-link4:link{
  color: #ffffff;
  text-decoration: none;
}
a.icon-link4:visited{
  color: #ffffff;
  text-decoration: none;
}

/* ヘッダー・アイコン『法人概要』レスポンシブ画像 */
img.headicon-houjin{
  max-width: 150px;
  min-width: 7%;
  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;
  min-width: 7%;
  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: 94.5%; /* 画像の幅と左右の余白をプラスした値 */
  height: 5vw; /* 画像の高さと吹き出しと余白の高さをプラスした値 */
  padding-bottom: 20%;
  top: 10; /* 余白分上にずらす */
  left: 0; /* 余白分左にずらす */
  border-radius: 1px;
  background-color: rgba(0, 118, 53, 0.8);
  display: none;
}
/* 運営事業所 →→→『月とらいおん』 */
.icon-oya-1 .icon-link1 {
  position: absolute;
  font-size: 0.6vw;
  text-align: left;
  left: 1px;
  top: 20%;
  color: #ffffff;
}
/* 運営事業所 →→→『oneself』 */
.icon-oya-1 .icon-link2 {
  position: absolute;
  font-size: 0.6vw;
  text-align: left;
  left: 1px;
  top: 50%;
  color: #ffffff;
}
/* 運営事業所 →→→『心愛』 */
.icon-oya-1 .icon-link3 {
  position: absolute;
  font-size: 0.6vw;
  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;
  min-width: 7%;
  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: 94.5%; /* 画像の幅と左右の余白をプラスした値 */
  height: 5vw; /* 画像の高さと吹き出しと余白の高さをプラスした値 */
  padding-bottom: 20%;
  top: 10; /* 余白分上にずらす */
  left: 0; /* 余白分左にずらす */
  border-radius: 1px;
  background-color: rgba(107, 71, 33, 0.8);
  display: none;
}

/* メニュー紹介 →→→『菓子製品』 */
.icon-oya-2 .icon-link1 {
  position: absolute;
  font-size: 0.6vw;
  text-align: left;
  left: 1px;
  top: 20%;
  color: #ffffff;
}
/* メニュー紹介 →→→『お豆腐』 */
.icon-oya-2 .icon-link2 {
  position: absolute;
  font-size: 0.6vw;
  text-align: left;
  left: 1px;
  top: 50%;
  color: #ffffff; 
}
/* メニュー紹介 →→→『うどん店』 */
.icon-oya-2 .icon-link3 {
  position: absolute;
  font-size: 0.6vw;
  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;
}

/* ヘッダー・アイコン『ブログ』レスポンシブ画像 */
img.headicon-blog{
  max-width: 150px;
  min-width: 7%;
  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;
  min-width: 7%;
  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%;
  min-width: 12%;
  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: 70%;
   height: auto;
   padding: 13px 15% 10px 15%;/* 設定順番:上・右・下・左; */
   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: 15%;
    height: auto;
    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;
}   

/* フェイスブック・スマホ用(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;
}

/* footerbox・左側 */
.houjin-info{
  max-width : 63%;
  min-height : 300px;
  float : left;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 11pt;
  text-align : left;
  line-height : 1em;
  text-decoration : none;
}

h4{
  font-size : 14pt;
  color : #673b2c;
  letter-spacing : 3px;
  text-align : left;
  line-height : 1em;
  margin-bottom: 10px;
}
/* wide・medium用・改行させない */ 
.foot-br{
  display: none;
} 
    
.unei-title{
  margin-left: 10px;
  margin-bottom: -10px;
  font-size : 12pt;
  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;
}
    
/* footerbox・右側・フェイスブック */
.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: 0.7vw;
   text-align: center;
   color: white;
   background-color: #1E90FF;
}

}
