@charset "UTF-8";
/* CSS Document */
/*各要素のTOPの位置*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 450px;
  background: #fff url("../image/workshop/body_bak.jpg") no-repeat top left fixed;
  z-index: 10; }

h1 {
  font-size: 10px;
  text-align: left;
  color: #000;
  position: absolute; }

.tops {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  min-width: 450px;
  height: 50px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(191, 138, 103, 0.55);
  text-align: right;
  z-index: 10000000; }

.nav_box {
  position: absolute;
  width: 290px;
  height: 200px;
  left: 40px;
  top: 300px;
  z-index: 10010; }
  .nav_box .menu_b1, .nav_box .menu_b2, .nav_box .menu_b3, .nav_box .menu_b4 {
    display: inline-block;
    width: 280px;
    height: 40px;
    padding: 0;
    margin: 1px;
    justify-content: space-evenly; }
  .nav_box a:hover {
    background-color: rgba(112, 252, 123, 0.74); }

header {
  position: absolute;
  top: 50px;
  height: 770px;
  width: 100%;
  min-width: 450px;
  z-index: 10000;
  background: url("../image/workshop/header_mini.jpg") left bottom;
  border-bottom: 1px solid #000; }
  header .k_title {
    position: relative;
    width: 384px;
    height: 173px;
    top: 450px;
    left: 10px;
    background: url("../image/workshop/top_text.png") no-repeat left top; }

.sec1 {
  position: absolute;
  top: 820px;
  left: 0;
  height: 950px;
  width: 100%;
  min-width: 450px;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px dotted #000;
  border-bottom: 10px solid #000;
  z-index: 10000; }
  .sec1 .sec1_div1 {
    position: relative;
    top: 5px;
    width: 90%;
    min-width: 440px;
    left: 5%; }
    .sec1 .sec1_div1 h2 {
      position: relative;
      width: 90%;
      text-align: center; }
    .sec1 .sec1_div1 .p1 {
      font-size: 20px; }
    .sec1 .sec1_div1 .picpic {
      position: relative;
      width: 400px;
      left: calc(50% - 200px); }

.sec2 {
  position: absolute;
  top: 1920px;
  width: 100%;
  height: 900px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  border-top: 1px solid #000;
  background: url("../image/27259779 (1).jpg") top center; }
  .sec2 .sec2_div {
    position: relative;
    top: 20px;
    width: 90%;
    min-width: 440px;
    left: 5%; }
    .sec2 .sec2_div .kit_pic {
      position: relative;
      width: 400px;
      height: 473px;
      left: calc(50% - 200px); }
    .sec2 .sec2_div .p1 {
      font-size: 20px; }
    .sec2 .sec2_div ul {
      font-size: 20px; }

.sec3 {
  position: absolute;
  top: 3020px;
  width: 100%;
  background-color: #fff;
  height: 0; }

.bottom_links {
  position: absolute;
  width: 100%;
  height: 100px;
  min-width: 420px;
  left: 0;
  top: 3470px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 100000; }
  .bottom_links .line {
    position: relative;
    top: 20px;
    left: calc(50% - 180px); }
  .bottom_links .insta {
    position: relative;
    top: 20px;
    left: calc(50% + 60px); }

footer {
  position: absolute;
  justify-content: space-evenly;
  display: grid;
  width: 100%;
  min-width: 450px;
  margin: 0;
  padding: 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  top: 3570px;
  height: auto; }
  footer .bottom_logo {
    display: inline-block;
    width: 400px;
    height: 250px;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px; }
    footer .bottom_logo p {
      color: #fff; }
    footer .bottom_logo a:link {
      color: #fff; }
    footer .bottom_logo a:visit {
      color: yellowgreen; }
  footer .menu_box {
    display: inline-block;
    width: 400px;
    height: auto;
    color: #fff;
    padding: 10px;
    box-sizing: border-box; }
    footer .menu_box h5 {
      font-size: 16px; }
    footer .menu_box ul {
      margin-left: 35px; }
    footer .menu_box a:link {
      color: #fff; }
    footer .menu_box a:visited {
      color: greenyellow; }

.footer_head {
  position: absolute;
  left: 0;
  top: 3370px;
  width: 100%;
  height: 100px;
  background: url("../image/bar.png") no-repeat center bottom;
  z-index: 10000; }

@media (min-width: 768px) {
  header {
    background: url("../image/workshop/header_big.jpg") left bottom; }

  .sec1 .sec1_div1 {
    width: 80%;
    left: 10%;
    font-size: 22px; }

  footer {
    top: 3970px; }

  .footer_head {
    top: 3770px; }

  .bottom_links {
    top: 3870px; } }
@media (min-width: 1200px) {
  .nav_box {
    width: 1200px;
    left: calc(50% - 600px);
    top: 700px;
    height: 60px; }

  .sec1 {
    height: 1450px; }

  .sec2 {
    top: 2370px; }

  .sec1 .sec1_div1 {
    width: 60%;
    left: 20%; }

  .sec1 .sec1_div1 .p1 {
    font-size: 22px; }

  .sec1 .sec1_div1 .picpic {
    position: relative;
    width: 1136px;
    height: 508px;
    left: calc(50% - 568px); } }
.sec2 .sec2_div {
  width: 800px;
  left: calc(50% - 400px); }

.sec2 .sec2_div .p1 {
  font-size: 22px; }
