@charset "utf-8";
*{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 25px;
		font-weight: bold;
		line-height: 2;
		text-decoration: none;
		-webkit-box-sizing: border-box;
}

/*リンク前の色*/
a:link{ 
		color: #000000; 
}
/*訪問済み*/
a:visited{ 
		color: #6e6e6e; 
}
/*カーソルをあてた時*/
a:hover{ 
		color: #688A08; 
}
a:active{ 
		color: #cc66cc; 
}
/*連絡先*/
address{
		text-align: center;
		font-weight: bold;
}
/*全体の文字　背景色*/
body{
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
		text-align: center;
		font-weight: bold;
		background-color: #fff;
		list-style: none;
}	
/*グループでセンター*/
div{
		text-align: center;
}
/*フォントの色・太さ*/
/*茶色文字*/
.brown{
		color: #825c63;
		font-weight: bold;
}
/*モスグリーン色文字*/
div.moss{
		color: #72937a;
		text-align: center;
		line-height: 2;
		font-weight: bold;
}
/*ダークオリーブグリーン*/
div.darkolivegreen{
		color:#556b2f ;
		text-align: center;
		line-height: 2;
		font-weight: bold;
}		

/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.3s 0s ease-out;
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/*ガーゼ服garage(ガラージ)*/
.home{
		font-size: 0.8rem;
		text-align: center;
}

/*文字センター*/
p{
		text-align: center;
}
/*テーブルセンター*/
table{
		margin-left: auto;
		margin-right: auto;
}
/*box内の色*/
div.sommer{
		background-color: #e1c0bf;
		color: #45582f;
		font-weight: bold;
		display: inline-block;
		padding-left: 10px;
		border-radius: 15px;
}
div.allseason{
		background-color: #f5f5dc;
		color: #45582f;
		font-weight: bold;
		display: inline-block;
		padding-left: 10px;
		border-radius: 15px;
}

/*スライダー*/
.slide{
		width:80%;
		margin:0 auto;
		max-width: 900px;
}	

/*ページのトップへジャンプ*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 30px;
  bottom: 50%;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #486d66;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #486d66;
}
div.nav{
		text-align: center;
		display: inline-block;
}
/*フッターリスト*/
.footer-menu ul{
	  margin: 0 0 50px 0;
	  padding:0;
}
.footer-menu ul li {
	  list-style: none;
	  margin: 0 0 50px 0;
	  padding:0;
	  float: left;
	  position: relative;
	  width: 20%;/*親メニューの幅*/
	  height: 60px;/*親メニューの高さ*/
	  background:#988085;/*親メニューの背景色*/
	  color: #fff;/*親メニューの文字色*/
	  text-align:center;
	  font-weight:bold;
	  border-left: 0.5px solid #fff;
}
.footer-menu ul li : first-child {
	border-left: none;
}
.footer-menu ul li a {
	  color: #fff;
	  display: block;
	  text-decoration: none;
	  font-size: 40px;
	  line-height: 60px;
}
.footer-menu ul li:hover, ul li a:hover 
	  background:#b1aeaa;/*ホバー時の親メニューの背景色*/
	  color:#fff;/*ホバー時の親メニューの文字色*/
}
/*連絡先*/
address{
		text-align: center;
		font-weight: bold;
}
	