Body {
  font-family: Quicksand, sans-serif; /*Google Font*/
  margin: 0
	  
	  
}
a{text-decoration: none}
img {
  max-width: 100%
}
header {
  padding: 10px;
  background: #fff;
}
#nav-drawer {
  position: relative;
}
.fix-01 {
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px; /*線の太さ*/
  width: 25px; /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px; /*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
	
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  font-family: Quicksand, sans-serif; /*Google Font*/
}
/*ロゴやサイトタイトルをセンタリング*/
.logo-area {
  text-align: center;
  margin: auto;
 
}

.border-bottom{font-size: 1.2em;}
.border-bottom2{font-size: 1.2em;
text-align: right;
}
.home { /*親div*/
  position: relative; /*相対配置*/
}
.home p {
  position: absolute; /*絶対配置*/
  top: 30%;
  left: 50%;
  color: white; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em; /*サイズ2倍*/
  font-family: Quicksand, sans-serif; /*Google Font*/
  margin: 0;
  padding: 0;
}
.paragraphtop{ font-size: 12px;
width: 92%;
 
	
	}

.paragraph{ transform: translate(7%);
	width: 80%}

.paragraph2{transform: translate(-7%);
	
	
	text-align:right
	
	
	}
.seemore1 {
  position: relative;
  }

.seemore1 a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 82%;
  left: 81%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 10px;/*文字サイズ*/
  border: solid #626262 3px; /*線で囲う*/
  padding: 7px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  }

.seemore1 a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }

.seemore1 img {
  width: 100%;
  }


.seemore2 {
  position: relative;
  }

.seemore2 a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 82%;
  left: 81%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 10px;/*文字サイズ*/
  border: solid #8D0E0E 3px; /*線で囲う*/
  padding: 7px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  }

.seemore2 a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }

.seemore2 img {
  width: 100%;
	
  }


.bottom {
	text-align: center;

  margin: auto;
  background: #D5D5D5;
}

.bottom2{font-size: 12px}
