* {
  margin: 0;
  padding: 0;
  line-height: 3em;
  font-family: 'Yuji Boku', serif;
  letter-spacing: 0.3em;
}
#wrap {
  width: 60%;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
#wrap2 {
  width: 70%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  padding-bottom: 50px;
}
body {
  background-color: #8ddae4;
}
footer {
  text-align: center;
  margin-top: 50px;
  clear: both;
}
header {
  background-image: url(images/kasumi.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  text-align: center;
  flex-wrap: wrap;
}
header h1 {
  text-align: center;
  padding-top: 100px;
  font-size: 42px;
  line-height: 1.5em;
}
#title {
  font-size: 80px;
}
#copy {
  font-size: 18px;
  padding-top: 50px;
}
header nav {
  margin-top: 50px;
  height: 150px;
  text-align: center;
}
nav ul {
  height: 150px;
  font-size: 0;
}
nav ul li {
  display: inline;
}
nav ul li a {
  width: 180px;
  height: 70px;
  display: inline-block;
  font-size: 24px;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 20px;
}
nav ul li a:hover {
  border-bottom: 2px dotted black;
  color: black;
  transition: 0.2s;
}
article {
  width: auto;
  padding: 50px;
}
#aisatu {
  background-color: white;
  border-radius: 15px;
  padding: 50px;
  margin-top: 150px;
  margin-bottom: 50px;
  justify-content: center;
}
#aisatu h2 {
  border-bottom: 2px dotted black;
  margin-bottom: 10px;
  margin: 0 20%;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
aside {
  text-align: left;
}
aside h2 {
  border-bottom: 2px dotted black;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#flower {
  background-color: white;
  border-radius: 15px;
  width: 30%;
  float: left;
  padding: 50px;
  margin-bottom: 50px;
  align-items: center;
}
#arrange {
  background-color: white;
  border-radius: 15px;
  width: 30%;
  float: right;
  padding: 50px;
  margin-bottom: 50px;
  align-items: center;
}
#flower p,
#arrange p {
  padding-top: 50px;
}
aside img {
  margin-top: 10px;
}
a img:hover {
  filter: brightness(70%);
  transition: 0.2s;
}
#nav {
  width: 20%;
  height: 300px;
  margin-left: 50px;
  float: left;
  background-color: white;
  border-radius: 15px;
}
nav ol {
  font-size: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
nav ol li {
  display: inline;
  background-color: white;
  border-radius: 15px;
}
nav ol li a {
  display: inline-block;
  width: 100%;
  height: 56px;
  font-size: 18px;
  color: black;
  text-decoration: none;
  text-align: center;
  background-color: white;
}
nav ol li a:hover {
  filter: brightness(90%);
  transition: 0.2s;
}
iframe {
  margin-top: 50px;
}
#main {
  width: 55%;
  background-color: white;
  border-radius: 15px;
  float: right;
  padding: 50px;
  margin-bottom: 50px;
}
#main h2 {
  text-align: left;
  border-bottom: 2px dotted black;
}
#main h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: left;
}
#main p {
  text-align: left;
}
#main img {
  float: left;
  margin-right: 50px;
}
form {
  text-align: left;
  margin-top: 50px;
}
th {
  width: 30%;
  font-weight: normal;
  padding-right: 50px;
  padding-bottom: 50px;
}
td {
  width: 70%;
  padding-right: 50px;
  padding-bottom: 50px;
}
#form {
  width: 55%;
  background-color: white;
  border-radius: 15px;
  float: right;
  padding: 50px;
  margin-bottom: 50px;
}
#form h2 {
  text-align: left;
  border-bottom: 2px dotted black;
}
#shop {
  clear: both;
  display: flex;
  justify-content: space-around;
  vertical-align: middle;
  align-items: center;
}
@media screen and (max-width: 500px) {
  header{
    height: 500px
  }
  #title{
    font-size: 42px;
  }
  nav ul li a {
    width: 100%;
    background-color: white;
    margin: 0;
    color: black;
  }
  nav ul li a:hover{
    filter: brightness(90%);
    border-bottom: 0px;
  }
  #wrap{
    margin: 0 auto;
    padding: 0px;
  }
  main{
    margin: 0;
    padding: 0;
  }
  article{
    margin: 0;
    padding: 0px;
  }
  aside{
    margin: 0;
    padding: 0;
  }
  #aisatu{
    width: 100%;
    padding: 10px;
  }
  #aisatu h2{
    margin: 0 10px 10px;
  }
  #flower, #arrange{
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
    float: none;
  }
  #shop{
    display: block;
    margin: 0;
    padding: 0;
  }
  iframe{
    width: 80%;
  }
  #wrap2{
    margin: 0 auto;
    padding: 0px;
  }
  #nav{
    float: none;
    width: 100%;
  height: auto;
  margin-left: 0px;
  background-color: white;
  }
  nav ol{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  #main{
    width: 100%;
    float: none;
    margin: 0;
    padding: 10px;
  }
  #main img{
    float: none;
  }
}
