@charset "UTF-8";
/* ----------------------------------------
   contents.css
---------------------------------------- */
#hero {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 300px;
  padding-top: 80px;
}
#hero h1 {
  padding: 0 1.0em 0.25em;
  border-bottom: 1px solid #000;
  line-height: 1.1;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}

.mainContents {
  max-width: 1300px;
  margin: 0 auto;
}
.mainContents > section {
  padding-bottom: 80px;
  font-feature-settings: "palt";
}
.mainContents h2 {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
.mainContents .doc {
  display: inline-block;
  margin: 0 auto;
}

main {
  padding: 0 15px;
}

 h3 {
  margin-top: 1em;
font-weight: 600;    
}


.dotList {
  display: inline-block;
  margin: 0 auto;
}
.dotList li {
  padding-left: 0.5em;
  text-align: left;
  text-indent: -0.5em;
}
.dotList li::before {
  content: "・";
}

.numList {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.pdfBtn a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 350px;
  min-height: 80px;
  margin: 0 auto;
  padding: 10px;
  background: #000;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.pdfBtn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#period .time {
  margin-bottom: 2em;
  font-size: 1.8rem;
  font-weight: bold;
}
#period .doc {
  margin-bottom: 2em;
}

#yushou .doc,#shikaku .doc,#winch .doc {
  width: 100%;
  max-width: 650px;
}
#yushou h3 + div {
  padding-left: 1.4em;
}
#yushou div + h3 {
  margin-top: 1em;
    font-weight: 600;
}
#yushou .pdfBtn {
  margin: 2em auto;
}
#yushou .pdfBtn ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#yushou .pdfBtn ul li {
  width: 50%;
  margin: 0 10px;
}

#shikaku h3 + div {
  padding-left: 1.4em;
}
#shikaku div + h3 {
  margin-top: 1em;
font-weight: 600;    
}
#shikaku .pdfBtn {
  margin: 2em auto;
}
#shikaku .pdfBtn ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#shikaku .pdfBtn ul li {
  width: 50%;
  margin: 0 10px;
}

#winch h3 + div {
  padding-left: 1.4em;
}
#winch div + h3 {
  margin-top: 1em;
}
#winch .pdfBtn {
  margin: 2em auto;
}
#winch .pdfBtn ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#winch .pdfBtn ul li {
  width: 50%;
  margin: 0 10px;
}

#winch .lead {
  margin-bottom: 60px;
}
#winch .price {
  font-weight: bold;
}
#winch .doc {
  width: 100%;
  max-width: 650px;
}
#winch .doc h3 {
/*  margin-bottom: 0.5em;
  font-family: "source-han-serif-japanese", "Times", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;*/
}
#winch .doc + .doc {
  margin-top: 60px;
}
#winch .btns {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#winch .btns li {
  width: 50%;
  margin: 0 10px;
}
#winch .btns li .pdfBtn {
  height: 100%;
}

aside {
  padding: 2em 15px;
  background: #eee;
}
aside .doc {
  margin-top: 2em;
}

.scaduleWrapper {
  overflow: scroll;
}

table.scadule {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
table.scadule thead {
  border-bottom: 1px solid #000;
}
table.scadule thead th {
  width: 20px;
  padding: 10px 15px 7px;
  line-height: 1.1;
  font-weight: bold;
  white-space: nowrap;
}
table.scadule thead th:last-child {
  width: 40%;
}
table.scadule tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
table.scadule tbody tr td:nth-child(1), table.scadule tbody tr td:nth-child(2), table.scadule tbody tr td:nth-child(3) {
  white-space: nowrap;
}
table.scadule tbody tr td:last-child {
  text-align: left;
}

/* ▼ @media : PC */
/* ▼ @media : SP */
@media screen and (max-width: 768px) {
  .mainContents > section {
    padding-bottom: 40px;
  }

  #about p {
    text-align: left;
  }

  table.scadule {
    font-size: 2.0833333333vw;
  }

  #winch .doc + .doc {
    margin-top: 30px;
  }
}
/*@media*/
@media screen and (max-width: 480px) {
  #container {
    font-size: 1.5rem;
  }

  #hero {
    height: 180px;
    padding-top: 60px;
  }
  #hero h1 {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 2.4rem;
  }

  .mainContents h2 {
    font-size: 2rem;
  }

  #test p,
  #price p {
    text-align: left;
  }

  #period .doc {
    text-align: left;
  }
  #period .doc br {
    display: none;
  }

  table.scadule {
    font-size: 3.125vw;
  }
  table.scadule thead th {
    padding: 3px;
  }
  table.scadule tbody td {
    width: auto !important;
    padding: 3px;
  }

  aside {
    text-align: left;
  }
  aside p br {
    display: none;
  }

  #winch .lead {
    margin-bottom: 30px;
    text-align: left;
  }

  #winch .btns {
    display: block;
  }
  #winch .btns li {
    width: 100%;
  }
  #winch .btns li + li {
    margin-top: 1em;
  }
}
/*@media*/
