@charset "utf-8";
body {
  font-family: 'Rubik', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #eee;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
/* header start */
.header {
  background-image: url("../img/clothing-store-984396_1920-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
}
.header_content::after {
  content: '';
  display: block;
  clear: both;
}
.header_content {
  padding: 10px 60px;
}
#logo_a {
  font: 45px 'Patua One', cursive;
  padding-top: 40px;
  float: left;
}
.nav {
  padding: 70px 40px 0 0;
  float: right;
}
.nav li {
  font-family: 'Patua One', cursive;
  font-size: 20px;
  margin-left: 40px;
  text-align: center;
  display: inline-block;
}
.box {
  width: 340px;
  height: 108px;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  right: 120px;
  background-color: grey;
  opacity: 0.8;
}
.box p {
  color: white;
  line-height: 1.7;
}
/* sub nav start */
#sub_nav dl {
  margin-bottom: 20px;
}
#sub_nav dl dd {
  margin: 10px 0 0 10px;
  font-size: 18px;
  border-bottom: solid 1px #aaa;
}
#sub_nav dl dd a {
  padding: 5px;
  display: block;
}
#sub_nav dl dd a:hover {
  background-color: #ccc;
}
#sub_nav dl dt {
  font-weight: 700;
  font-size: 23px;
  color: #444;
  padding-bottom: 0px;
}
#sub_nav {
  width: 200px;
  padding: 20px;
}
.banner {
  margin: 20px;
}
#content {
  padding: 90px 0 30px;
  display: flex;
  justify-content: space-around;
}
/* main start */
.parts {
  margin: 10px 0;
}
.parts_p {
  line-height: 1.6;
}
.parts_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#main_content {
  width: 880px;
  padding: 30px;
  background-color: #fff;
}
#main_content h1 {
  font-weight: 700;
  font-size: 35px;
  color: #444;
  padding: 0 20px;
  display: inline-block;
  background: linear-gradient(transparent 70%, #ffa594 70%);
}
#main_content h2 {
  font-weight: 700;
  color: #444;
  padding: 20px 20px 0;
  font-size: 25px;
  border-top: solid 3px #eee
}
#main_content section {
  margin: 40px 0;
}
/* footer start */
footer {
  font-size: 15px;
  background-color: #ddd;
}
.footer_content {
  padding: 30px 60px;
}
.footer_content::after {
  content: '';
  display: block;
  clear: both;
}
footer p {
  text-align: center;
  padding: 20px;
}
footer dl {
  float: left;
}
.d {
  margin: 10px 0;
}
.letter {
  letter-spacing: 2px;
}
.footernav {
  width: 250px;
}
/*--------------------*/
a {
  text-decoration: none;
}
.header a:link {
  color: #fff;
}
.header a:visited {
  color: #fff;
}
.header a:hover {
  color: #eee;
}
.header a:active {
  color: #eee;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: beige;
}
a:active {
  color: beige;
}