@charset "utf-8";

@media screen, print {
  h2,
  h3,
  p,
  dl {
    margin: 0; /* reset */
  }

  ul {
    padding: 0; /* reset */
  }

  .kv {
    height: 490px;
  }

  .kv-pic {
    display: block;
    height: 100%;
  }

  .kv-pic-img {
    height: 490px;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .page-title {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: url(../img/workshop/ws_gear_page.svg) no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    justify-content: center;
    left: calc( (100vw - 1200px) / 2 );
    margin: 0; /* reset */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 270px;
  }

  .title-txts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* padding-bottom: 10px; */
  }

  .title-name {
    display: block;
    font-size: 28px;
    letter-spacing: 1px;
    /* line-height: 1; */
    line-height: 1.4;
    text-align: center;
  }

  .bread {
    font-weight: 600;
  }

  main.workshop  {
    /* background-color: #B165E0; */
    /* background-color: #3BCC98; */
    background-color: #f7a740;
    background-color: #ff8526;
    background-color: #FFAA5C;
    background-color: #FF9933;
 
    background-color: #ffb04c;
    background-image: url(../img/workshop/ws_bg_gears.svg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 1760px auto;
  }

  .lead-heading {
    font-size: 36px;
    margin-bottom: 1rem;
  }

  .lead-para {
    font-size: 35px;
    font-size: 18px;
    /* font-size: 16px; */
    /* font-weight: 400; */
    line-height: 1.65;
    line-height: 1.8;
    margin: 0 auto 50px;
    text-align: justify;
    width: 750px;
  }

  .intr-block {
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 130px;
    padding-top: 15px;
    width: 800px;
  }

  .block-heading {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: url(../img/workshop/ws_gear_heading.svg) no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: auto;
    justify-content: center;
    letter-spacing: 1px;
    margin: 0 0 25px 15px; /* reset */
    width: 105px;
  }

  .block-cont {
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 60px;
    width: 500px;
    width: 560px;
  }

  .block-para {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: start;
  }

  .ws-table {
  }

  .ws-tblist:first-of-type {
    border-top: #ddd solid 2px;
  }

  .ws-tblist {
    border-bottom: #ddd solid 2px;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
  }

  .ws-tbterm {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.8;
    text-align: left;
    width: 110px;
  }

  .ws-tbdesc {
    font-size: 18px;
    line-height: 2.2;
    margin-left: 0; /* reset */
    text-align: left;
    width: calc(100% - 120px);
  }

  .ws-tbdesc-link {
    color: #000; /* reset */
    text-decoration: underline;
  }

  .tbdesc-list {
    list-style: none;
  }

  .tbdesc-item + .tbdesc-item {
    margin-top: 2rem;
  }

  .tbdesc-heading {
    font-size: 18px;
    line-height: 2.2;
  }

  .tbdesc-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .ws-fig {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin: 0 auto 60px; /* reset */
    width: 700px;

    img {
      display: block;
      height: 305px;
      width: auto;
    }

    .ws-img01,
    .ws-img04,
    .ws-img05 {
      aspect-ratio:  50/61;
    }

    .ws-img02,
    .ws-img03,
    .ws-img06 {
      aspect-ratio:  88/61;
    }

    .ws-img07 {
      aspect-ratio:  70/45;
      height: 450px;
    }
  }  

  .ws-message {
    margin: 0 auto 80px;
    text-align: center;
    width: 560px;
    /* width: 700px; */
    width: 620px;
  }

  .msg-heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .msg-para {
    font-size: 16px;
    line-height: 1.8;
    text-align: start;
  }
 
  .reserve-link {
    align-items: center;
    display: flex;
    margin: auto;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    height: 46px;
    justify-content: center;
    line-height: 1;
    width: 460px;
  }
}

@media screen and (max-width:1200px) {
  main.workshop {
    background-size: 1760px auto;
    background-size: 880px auto;
    background-size: calc(169vw - 271px) auto;
  }

  .page-title {
    left: 5%;
  }

  .breadcrumb {
    margin-left: 5%;
  }
}

@media screen and (max-width:1000px) {
  .kv {
    height: 50vw;
  }

  .bread>.wrap {
    margin-top: 0; /* reset */
    padding-top: 50px;
  }

  .lead-heading {
    font-size: 36px;
    font-size: 28px;
    font-size: calc(4vw - 4px);
    margin-bottom: 1rem;
  }

  .lead-para {
    /* font-size: 28px; */
    width: 72vw;
  }

  .intr-block {
    width: 78vw;
  }

  .block-cont {
    width: min(69vw, 500px);
  }

  .ws-tbterm {
    width: 100px;
  }

  .ws-tbdesc {
    width: calc(100% - 110px);
  }
  
  .ws-fig {
    gap: 10px 0;
    width: 67vw;

    img {
      height: auto;
      object-fit: cover;
      width: 100%;
    }

    .ws-img01 {
      width: calc((100% - 10px) * (25/69));
    }

    .ws-img02 {
      width: calc((100% - 10px) * (44/69));
    }

    .ws-img03 {
      width: calc((100% - 10px) * (44/69));
    }

    .ws-img04 {
      width: calc((100% - 10px) * (25/69));
    }

    .ws-img05 {
      width: calc((100% - 10px) * (25/69));
    }

    .ws-img06 {
      width: calc((100% - 10px) * (44/69));
    }

    .ws-img07 {
      height: auto;
    }
  }

  .ws-message {
    width: 62vw;
  }

  .reserve-link {
    width: 420px;
  }
}

@media screen and (max-width:800px) {
  .ws-fig {
    width: 70vw;
  }
}

@media screen and (max-width:768px) {
  .ws-fig {        
    width: min(69vw, 500px);
  }
}

@media screen and (max-width:680px) {
  .kv {
    aspect-ratio: 680 / 383;
    height: auto;
    width: 100%;
  }

  .title-txts {
    gap: 20px;
    gap: 10px;
    gap: calc(2.78vw + 1.11px);
  }

  main.workshop {
    background-size: 935px auto;
    background-size: 465px auto;
    background-size: calc(147vw - 5px) auto;
  }

  .page-title {
    background: url(../img/workshop/ws_gear_page_sp.svg) no-repeat;
    /* bottom: calc(60vw + 100px); */
    left: 0;
    margin: 50px auto 0;
    right: 0;
    top: auto; /* reset */
    transform: translateY(0); /* reset */
    width: 408px;
    width: 192px;
    width: 60vw;
  }

  .title-name {
    font-size: 40px;
    font-size: 18px;
    font-size: calc(6.11vw - 1.56px);
  }

  .bread>.wrap {
    padding-top: calc(60vw + 100px);
  }

  .lead-heading {
    font-size: 28px;
    font-size: 18px;
    font-size: calc(2.78vw + 9.2px);
  }

  .lead-para {
    font-size: 16px;
    width: 85vw;
  }

  .intr-block {
    width: 90vw;
  }

  .block-cont {
    width: min(80vw, 500px);
  }

  .block-para {
    font-size: 16px;
  }

  .ws-tblist {
    flex-direction: column;
    gap: 1rem;
  }

  .ws-tbterm {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
  }

  .ws-tbdesc {
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
  }

  .tbdesc-heading {
    font-size: 16px;
    line-height: 1;
    margin-bottom: .5rem;
  }

  .ws-fig {
    width: 80vw;
  }

  .ws-message {
    width: 80vw;
  }

  .msg-heading {
    font-size: 18px;
    font-weight: 600;
  }

  .reserve-link {
    font-size: 18px;
    width: min(80vw, 500px);
  }
}

@media screen and (max-width:480px) {
}

/*****************/
/***   Print   ***/
/*****************/
@media print {
}