@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
#Top {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #EDC6C7 100%), url("images/Top.jpg");
  background-position: center;
  background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 80%;
}
body h1 {
  color: #e4e4e4;
  margin: 0px;
  text-align: center;
  padding: 250px 0px;
  font-family: font-family: 'Snell Roundhand','Didot','Georgia','Cochin',serif;
  font-size: 2.25em;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}
#About {
  margin: 0;
  padding: 0px 0px 0px;
  background-color: #EDC6C7;
}
body h2 {
  text-align: center;
  margin: 0;
  padding: 50px 0px 0px;
  font-family: 'AcademyEngravedLetPlain', 'Snell Roundhand', 'Segoe UI', fantasy;
  font-size: 3.0em;
  color: #323232;
  white-space: pre-wrap;
}
.ichi span {
  color: #323232;
  font-size: 0.5em;
  font-family: 'AcademyEngravedLetPlain', 'Snell Roundhand', 'Segoe UI', fantasy;
  text-align: center;
  margin: 0;
  padding: 0px, 0px, 0px;
  white-space: pre-wrap;
}
.first {
  padding: 0px 20px 30px;
  margin: 0px 20px;
  color: #565656;
  background: #323232;
  box-shadow: 0px 0px 0px 10px #323232;
  border: dashed 2px #EDC6C7;
  border-radius: 8px;
}
.first h3 {
  margin: 0;
  padding: 30px 10px 10px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-size: 1.5em;
  white-space: pre-wrap;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5em;
  color: #e4e4e4;
  border-bottom: solid 2px #EDC6C7;
}
.first p {
  margin: 0;
  padding: 30px 15px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0em;
  color: #e4e4e4;
  white-space: pre-wrap;
  line-height: 1.5em;
}
body img {
  width: 200px;
  display: block;
  margin: auto;
}
#Product {
  margin: 75px 0px 0px 0px;
  padding: 30px 0px;
  background-color: #EDC6C7;
}
.pro h4 {
  margin: 0;
  padding: 40px, 0px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #323232;
}
.pro h5 {
  margin: 0;
  padding: 10px, 0px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #323232;
}
.pro p {
  margin: 0;
  padding: 20px 0px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #323232;
}
.chui ul {
  margin: 0px, 50px 0px, 50px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
background: #EDC6C7;
  padding: 1.0em 0.5em 1.0em 2em;
  border: solid 2px #323232;
	color: #323232;
}

.chui ul li{
  line-height: 1.5;
  padding: 0.5em 0; 
  white-space: pre-wrap;
	font-size: 0.75em;
}
.kau p{
	align-content: center;
	margin: 20px,0px,0px;
	padding: 20px,0px,0px;
}
.kau ul{
	margin: 0;
  padding: 20px 0px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #323232;
	padding: 0;
  position: relative;
}
.kau ul li {
	margin: 0px,30px;
  color: #e4e4e4;
  background: #323232;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 2px solid #EDC6C7;
  list-style-type: none!important;
  font-weight: bold;
	text-align: center;
}

.kau ul li:before {
  position: absolute;
  left : 0.5em;
  color: #e4e4e4;
	text-align: center;
}

.kau a{
	color: #e4e4e4;
	text-align: center;
	text-decoration: none;
}
#Access {
	margin: 0;
	padding: 40px,0px;
  background-color: #e4e4e4;
}
.link ul{
	margin: 0;
  padding: 60px 0px;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #e4e4e4;
	padding: 0;
  position: relative;
}
.link ul li {
	margin: 0px,30px;
  color: #e4e4e4;
  background: #e4e4e4;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 2px solid #e4e4e4;
  list-style-type: none!important;
	text-align: center;
}

.link ul li:before {
  position: absolute;
  left : 0.5em;
  color: #e4e4e4;
	text-align: center;
}
.link a{
	color: #323232;
	text-align: center;
	text-decoration: none;
}
body a{
	margin: 0;
	padding: 0px, 20px;
	color: #323232;
	text-decoration: none;
}