@charset "UTF-8";
/*各要素の高さ*/
/*各要素の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/back1.png") no-repeat top left fixed;
  z-index: 10; }

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

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

.logo_box {
  position: absolute;
  width: 280px;
  height: 80px;
  left: calc(50% - 140px);
  top: 450px; }

.nav_box {
  position: absolute;
  width: 290px;
  height: 200px;
  left: calc(50% - 145px);
  top: 600px;
  border: 1px solid blue; }
  .nav_box .menu_b1, .nav_box .menu_b2, .nav_box .menu_b3, .nav_box .menu_b4 {
    width: 280px;
    height: 40px;
    padding: 0;
    margin: 1px; }

.menu_b1::before {
  content: "";
  width: 180px;
  height: 50px;
  position: absolute;
  padding: 5px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 20px;
  left: 150px;
  top: 0;
  transition: all 2s;
  z-index: 10010; }

.nav_box:hover .menu_b1::before {
  content: "Homeに戻る";
  color: "000";
  background: #D6EB7A; }

header {
  position: absolute;
  top: 50px;
  height: 120px;
  width: 100%;
  min-width: 450px;
  z-index: 10000; }

.sec1 {
  position: absolute;
  top: 850px;
  left: 0;
  height: 800px;
  width: 100%;
  min-width: 450px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-top: 50px solid #fff;
  border-bottom: 1px dotted #000;
  background: url("../image/sec1_back.png") no-repeat center bottom;
  z-index: 10000; }
  .sec1 h2 {
    font-size: 16px; }
  .sec1 .title_box {
    position: relative;
    width: 400px;
    height: 70px;
    top: 40px;
    left: calc(50% - 200px);
    background: url("../image/about_sable.png") no-repeat top center;
    z-index: 100000; }
  .sec1 .about_text {
    position: relative;
    top: 50px;
    left: 10%;
    width: 80%;
    height: 350px;
    padding: 10px;
    box-sizing: border-box; }

.sec2 {
  position: absolute;
  top: 1750px;
  width: 400px;
  height: 650px;
  left: calc(50% - 200px);
  margin: 0;
  padding: 0;
  z-index: 10000;
  border-top: 1px solid #000; }
  .sec2 .info_title {
    position: relative;
    top: 10px;
    margin: 0;
    width: 300px;
    height: 70px;
    left: calc(50% - 150px);
    background: url("../image/info.png") no-repeat top center;
    z-index: 10000; }
  .sec2 .info_box {
    position: relative;
    top: 80px;
    width: 350px;
    height: 400px;
    left: calc(50% - 175px);
    border-top: 1px solid #5A4647;
    border-bottom: 1px solid #5A4647;
    border-radius: 50px;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.59);
    z-index: 10000; }

.sec3 {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  top: 2450px;
  left: 0;
  height: 1050px;
  background: #fff url("../image/workshop/boy.jpg") no-repeat bottom center;
  z-index: 10000; }
  .sec3 .workshop_title_box {
    position: relative;
    top: 10px;
    background: url("../image/workshop.png") no-repeat center top;
    width: 250px;
    height: 80px;
    left: calc(50% - 125px); }
  .sec3 h2 {
    font-size: 16px; }
  .sec3 .workshop_text {
    width: 80%;
    position: relative;
    top: 50px;
    left: 10%; }
  .sec3 #sp1 {
    background-color: #fff;
    font-weight: bold; }

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: 3850px;
  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: 3750px;
  width: 100%;
  height: 100px;
  background: url("../image/bar.png") no-repeat center bottom;
  z-index: 10000; }

@media (min-width: 768px) {
  .sec2 {
    width: 660px;
    left: calc(50% - 330px); }
    .sec2 .info_box {
      width: 600px;
      left: calc(50% - 300px); }

  .sec3 .workshop_text {
    width: 700px; } }
@media (min-width: 1200px) {
  body {
    background: #fff url("../image/back1_big.png") no-repeat top left fixed; }

  .sec1 {
    background: url("../image/workshop/sec1back.jpg") no-repeat bottom center; }
    .sec1 .about_text {
      width: 60%;
      left: 20%; }

  .sec3 {
    width: 100%;
    height: 1150px;
    background: #fff url("../image/workshop/shopbigback.png") no-repeat bottom center; }
    .sec3 .workshop_text {
      width: 70%;
      height: 230px;
      left: 15%;
      padding: 25px;
      box-sizing: border-box;
      border-radius: 20px;
      background-color: #fff; } }
