@charset "UTF-8";
/* works */
#works div.h2box {
  background-image: url(../img/works/works_thum.jpg);
}
#works div.contents div#store,
#works div.contents div#employee,
#works div.contents div#others {
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#works div.contents div#store p,
#works div.contents div#employee p,
#works div.contents div#others p {
  color: #fff;
  margin-left: 30px;
}
#works div.contents div#store p.title,
#works div.contents div#employee p.title,
#works div.contents div#others p.title {
  font-size: 4em;
  font-weight: bold;
}
#works div.contents div#store p.title span,
#works div.contents div#employee p.title span,
#works div.contents div#others p.title span {
  font-size: 0.3em;
  font-weight: normal;
  position: relative;
  top: -13px;
  margin-left: 10px;
}
#works div.contents div#store a.case,
#works div.contents div#employee a.case,
#works div.contents div#others a.case {
  margin-top: 1em;
  margin-left: 30px;
  border: 1px #fff solid;
  text-align: center;
  width: 300px;
  padding: 0.5em;
  cursor: pointer;
  color: #fff;
}
#works div.contents div#store a.case::before,
#works div.contents div#employee a.case::before,
#works div.contents div#others a.case::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f061";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
#works div.contents div#store a.case:hover,
#works div.contents div#employee a.case:hover,
#works div.contents div#others a.case:hover {
  opacity: 0.5;
}
#works div.contents div#store {
  background-image: url(../img/works/works-1.jpg);
}
#works div.contents div#employee {
  background-image: url(../img/works/works-2.jpg);
}
#works div.contents div#others {
  background-image: url(../img/works/works-3.jpg);
}
#works div.contents #storeContents,
#works div.contents #employeeContents,
#works div.contents #othersContents {
  display: none;
}
#works div.contents #storeContents p.caseText,
#works div.contents #employeeContents p.caseText,
#works div.contents #othersContents p.caseText {
  text-align: left;
  margin: 2em 0 0 2em;
  width:80%;
}
#works div.contents #storeContents ul,
#works div.contents #employeeContents ul,
#works div.contents #othersContents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#works div.contents #storeContents ul li,
#works div.contents #employeeContents ul li,
#works div.contents #othersContents ul li {
  width: 300px;
  margin: 1em;
}
#works div.contents #storeContents ul li img,
#works div.contents #employeeContents ul li img,
#works div.contents #othersContents ul li img {
  width: 100%;
}
#works div.contents #storeContents p.close,
#works div.contents #employeeContents p.close,
#works div.contents #othersContents p.close {
  text-align: right;
  margin: 1em 12em 2em 1em;
  cursor: pointer;
}
#works div.contents #storeContents p.close::before,
#works div.contents #employeeContents p.close::before,
#works div.contents #othersContents p.close::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f00d";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
#works div.contents #storeContents p.close:hover,
#works div.contents #employeeContents p.close:hover,
#works div.contents #othersContents p.close:hover {
  opacity: 0.5;
}

/* sp用 */
@media screen and (max-width: 480px) {
  #works div.contents div#store,
  #works div.contents div#employee,
  #works div.contents div#others {
    height: 600px;
  }
  #works div.contents div#store p.title,
  #works div.contents div#employee p.title,
  #works div.contents div#others p.title {
    font-size: 2.5em;
    font-weight: bold;
  }
  #works div.contents div#store p.title span,
  #works div.contents div#employee p.title span,
  #works div.contents div#others p.title span {
    font-size: 0.3em;
    font-size: 0.4em;
    display: block;
    top: 0;
    margin: 0 0 0.5em 0;
  }
  #works div.contents div#store p.desc,
  #works div.contents div#employee p.desc,
  #works div.contents div#others p.desc {
    font-size: 0.9em;
    margin-right: 30px;
  }
  #works div.contents div#store a.case,
  #works div.contents div#employee a.case,
  #works div.contents div#others a.case {
    width: auto;
    margin-right: 30px;
  }
  #works div.contents #storeContents p.caseText,
  #works div.contents #employeeContents p.caseText,
  #works div.contents #othersContents p.caseText {
    text-align: center;
    margin: 2em auto 1em auto;
  }
  #works div.contents #storeContents p.close,
  #works div.contents #employeeContents p.close,
  #works div.contents #othersContents p.close {
    text-align: center;
    margin: 0 auto 2em auto;
  }
}/*# sourceMappingURL=works.css.map */