@charset "UTF-8";
#info .btn a, #instagram .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 30px;
  width: 100%;
  max-width: 300px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  border: solid 1px #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#info .btn a:hover, #instagram .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #info .btn a, #instagram .btn a {
    max-width: 280px;
    height: 60px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
    background-position: center right 15px;
  }
}

#lineup .bottom .btn a, #company .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 35px;
  width: 100%;
  max-width: 400px;
  height: 90px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow2.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#lineup .bottom .btn a:hover, #company .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #lineup .bottom .btn a, #company .btn a {
    max-width: 320px;
    height: 75px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #lineup .bottom .btn a, #company .btn a {
    max-width: 280px;
    height: 60px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
    background-position: center right 15px;
  }
}

#info h2, #lineup h2, #instagram h2, #order h2, #contact h2 {
  font-size: 60px;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Eczar", serif;
  font-weight: 600;
}

#info h2 small, #lineup h2 small, #instagram h2 small, #order h2 small, #contact h2 small {
  margin-top: 5px;
  display: block;
  color: #7a7a7a;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (max-width: 999px) {
  #info h2, #lineup h2, #instagram h2, #order h2, #contact h2 {
    font-size: 40px;
  }
  #info h2 small, #lineup h2 small, #instagram h2 small, #order h2 small, #contact h2 small {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #info h2, #lineup h2, #instagram h2, #order h2, #contact h2 {
    font-size: 30px;
  }
  #info h2 small, #lineup h2 small, #instagram h2 small, #order h2 small, #contact h2 small {
    margin-top: 0px;
    font-size: 13px;
  }
}

#info, #lineup, #instagram, #company, #contact {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}

#mainimg:before {
  position: absolute;
  z-index: 1;
  bottom: -1.875vw;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  content: "Wood Working Studio";
  font-family: "Eczar", serif;
  font-weight: 600;
  font-size: 7.5vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

#mainimg .catch h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #fff;
}

@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 220px;
  }
  #mainimg .catch h2 {
    font-size: 3.389vw;
    letter-spacing: 0.05em;
  }
}

/* ----------------------------------------------
info
------------------------------------------------- */
#info {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 105px;
  margin-bottom: 100px;
  background-color: #f6f6f5;
}

#info .top {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#info .btn {
  margin-top: 30px;
  width: 300px;
}

#info .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#info .contents {
  /*  display: flex; */
}

@media (max-width: 767px) {
  #info {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 70px;
    /*  .block {
      width: 100%;
      max-width: 320px;
      & + .block {
        margin-top: 40px;
        margin-left: 0;
      }

      .image {
        margin-bottom: 15px;
      }
      .cates {
        margin-bottom: 10px;
      }
      .title {
        margin-bottom: 15px;
        font-size: 15px;
      }
    } */
  }
  #info .top {
    margin-bottom: 50px;
    display: block;
  }
  #info .btn {
    margin-top: 30px;
    width: auto;
  }
  #info .btn a {
    margin-left: auto;
  }
  #info .contents {
    /*  flex-direction: column;
      align-items: center;
 */
  }
}

/* ----------------------------------------------
lineup
------------------------------------------------- */
#lineup {
  margin-bottom: 110px;
}

#lineup h2 {
  margin-bottom: 80px;
  text-align: center;
}

#lineup h2 small {
  margin-top: 0;
  padding-top: 45px;
  background-image: url(../images/lineup-title-icon.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}

#lineup .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#lineup .contents {
  margin-bottom: 85px;
}

#lineup .bottom .btn a {
  margin: 0 auto;
}

#lineup .thumbsetblock {
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}

#lineup .thumbsetblock:before {
  position: absolute;
  top: 40px;
  display: block;
  content: "";
  max-width: calc(100% - 10px);
  width: calc((100% - 1180px) / 2 + 1180px + 90px);
  height: 100%;
  background-color: #f6f6f5;
}

#lineup .thumbsetblock:not(:last-child) {
  margin-bottom: 90px;
}

#lineup .thumbsetblock:nth-child(odd):before {
  left: 0;
}

#lineup .thumbsetblock:nth-child(odd) .txtbox {
  padding-left: 40px;
  padding-right: calc((100% - 1180px) / 2);
}

#lineup .thumbsetblock:nth-child(even):before {
  right: 0;
}

#lineup .thumbsetblock:nth-child(even) .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#lineup .thumbsetblock:nth-child(even) .imgbox .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#lineup .thumbsetblock:nth-child(even) .txtbox {
  padding-right: 40px;
  padding-left: calc((100% - 1180px) / 2);
}

@media (max-width: 1299px) {
  #lineup .thumbsetblock:nth-child(even) .txtbox {
    padding-right: 30px;
    padding-left: 40px;
  }
}

#lineup .thumbsetblock .imgbox {
  position: relative;
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#lineup .thumbsetblock .imgbox .left {
  width: 60%;
}

#lineup .thumbsetblock .imgbox .left .image .imageinner {
  position: relative;
  padding-top: 104.16667%;
}

#lineup .thumbsetblock .imgbox .left .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#lineup .thumbsetblock .imgbox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 37.75%;
  height: 100%;
}

#lineup .thumbsetblock .imgbox .right .image {
  width: 47.01987%;
  padding-top: 51.65563%;
  position: relative;
  cursor: pointer;
}

#lineup .thumbsetblock .imgbox .right .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#lineup .thumbsetblock .imgbox .right .image:not(:first-child) {
  margin-left: 0;
}

#lineup .thumbsetblock .imgbox .right .image:not(:nth-child(2n + 1)) {
  margin-left: 5.96026%;
}

#lineup .thumbsetblock .imgbox .right .image:nth-child(n + 3) {
  margin-top: 5.96026%;
}

#lineup .thumbsetblock .txtbox {
  padding-top: 120px;
  position: relative;
  z-index: 1;
  width: 50%;
}

#lineup .thumbsetblock .txtbox .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
}

#lineup .thumbsetblock .txtbox .text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
}

#lineup .thumbsetblock .txtbox .btns {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #7a7a7a;
}

#lineup .thumbsetblock .txtbox .btns .price {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#lineup .thumbsetblock .txtbox .btns .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}

#lineup .thumbsetblock .txtbox .btns .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  width: 100%;
  height: 64px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: solid 1px #000000;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#lineup .thumbsetblock .txtbox .btns .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 1299px) {
  #lineup .thumbsetblock:nth-child(odd) .txtbox {
    padding-left: 30px;
    padding-right: 40px;
  }
  #lineup .thumbsetblock:nth-child(even) .txtbox {
    padding-right: 30px;
    padding-left: 40px;
  }
}

@media (max-width: 999px) {
  #lineup .thumbsetblock {
    padding-bottom: 70px;
  }
  #lineup .thumbsetblock:before {
    top: 20px;
  }
  #lineup .thumbsetblock:nth-child(odd) .txtbox {
    padding-left: 20px;
    padding-right: 30px;
  }
  #lineup .thumbsetblock:nth-child(even) .txtbox {
    padding-right: 20px;
    padding-left: 30px;
  }
  #lineup .thumbsetblock .txtbox {
    padding-top: 50px;
  }
  #lineup .thumbsetblock .txtbox .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #lineup .thumbsetblock .txtbox .text {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #lineup .thumbsetblock .txtbox .btns {
    padding-top: 30px;
  }
  #lineup .thumbsetblock .txtbox .btns .price {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #lineup .thumbsetblock .txtbox .btns .btn {
    width: 170px;
  }
  #lineup .thumbsetblock .txtbox .btns .btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 54px;
    letter-spacing: 0.05em;
    background-image: none;
  }
}

@media (max-width: 767px) {
  #lineup {
    margin-bottom: 70px;
  }
  #lineup h2 {
    margin-bottom: 50px;
  }
  #lineup h2 small {
    padding-top: 35px;
  }
  #lineup .contents {
    margin-bottom: 50px;
  }
  #lineup .thumbsetblock {
    display: block;
    padding: 0 20px 50px 20px;
  }
  #lineup .thumbsetblock:before {
    top: 60px;
  }
  #lineup .thumbsetblock:nth-child(odd) .txtbox, #lineup .thumbsetblock:nth-child(even) .txtbox {
    padding-left: 0px;
    padding-right: 0px;
  }
  #lineup .thumbsetblock:nth-child(even) .imgbox .left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #lineup .thumbsetblock .imgbox,
  #lineup .thumbsetblock .txtbox {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #lineup .thumbsetblock .imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lineup .thumbsetblock .imgbox .left,
  #lineup .thumbsetblock .imgbox .right {
    width: 100%;
    max-width: 480px;
  }
  #lineup .thumbsetblock .imgbox .right .image {
    width: 31.94444%;
    padding-top: 31.94444%;
    margin-top: 2.08333% !important;
  }
  #lineup .thumbsetblock .imgbox .right .image:not(:first-child) {
    margin-left: 0;
  }
  #lineup .thumbsetblock .imgbox .right .image:not(:nth-child(3n + 1)) {
    margin-left: 2.08333%;
  }
  #lineup .thumbsetblock .txtbox {
    padding-top: 30px;
  }
  #lineup .thumbsetblock .txtbox .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #lineup .thumbsetblock .txtbox .text {
    font-size: 14px;
  }
  #lineup .thumbsetblock .txtbox .btns {
    padding-top: 25px;
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  margin-bottom: 110px;
}

#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#instagram .top {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#instagram .btn {
  width: 300px;
}

#instagram .btn a {
  padding-left: 20px;
}

#instagram .btn a:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/insta-logo.png) no-repeat center/cover;
}

#instagram .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#instagram .block {
  position: relative;
  width: 23.72881%;
}

#instagram .block:nth-child(n + 5) {
  margin-top: 30px;
}

#instagram .block:not(:nth-child(4n + 1)) {
  margin-left: 1.69492%;
}

#instagram .block:first-child {
  margin-left: 0;
}

#instagram .block a {
  text-decoration: none;
  color: #fff;
}

#instagram .block a:hover .txtbox {
  opacity: 1;
}

#instagram .block .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#instagram .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#instagram .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

#instagram .block .text {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #instagram {
    margin-bottom: 70px;
  }
  #instagram .top {
    margin-bottom: 50px;
    display: block;
  }
  #instagram .btn {
    width: auto;
    margin-top: 20px;
  }
  #instagram .btn a {
    margin-left: auto;
  }
  #instagram .contents {
    max-width: 480px;
    margin: 0 auto;
  }
  #instagram .block {
    width: 48%;
  }
  #instagram .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .block:nth-child(n + 3) {
    margin-top: 15px;
  }
}

/* ----------------------------------------------
order
------------------------------------------------- */
#order {
  margin-bottom: 110px;
  padding-top: 80px;
  padding-bottom: 85px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../images/order-bg.jpg) no-repeat center/cover;
}

#order .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#order h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

#order h2 small {
  margin-top: 0;
  padding-top: 60px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  background-image: url(../images/order-title-icon.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}

#order .text {
  text-align: center;
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0.1em;
}

#order .btn {
  margin-top: 80px;
}

#order .btn a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 30px;
  width: 100%;
  max-width: 400px;
  height: 90px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow2.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#order .btn a:hover {
  opacity: 0.6;
}

#order .btn a:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 24px;
  height: 18px;
  background: url(../images/mail2.png) no-repeat center/cover;
}

@media (max-width: 999px) {
  #order h2 {
    margin-bottom: 50px;
  }
  #order h2 small {
    font-size: 30px;
  }
  #order .text {
    font-size: 16px;
  }
  #order .btn {
    margin-top: 60px;
  }
  #order .btn a {
    padding-left: 25px;
    max-width: 300px;
    height: 70px;
    font-size: 16px;
    background-position: center right 20px;
  }
}

@media (max-width: 767px) {
  #order {
    padding-top: 60px;
    padding-bottom: 65px;
    margin-bottom: 70px;
  }
  #order h2 {
    margin-bottom: 40px;
  }
  #order h2 small {
    padding-top: 50px;
    font-size: 18px;
  }
  #order .text {
    font-size: 15px;
  }
  #order .btn {
    margin-top: 40px;
  }
  #order .btn a {
    padding-left: 20px;
    max-width: 280px;
    height: 60px;
    font-size: 15px;
    background-position: center right 15px;
    background-size: 9px auto;
  }
  #order .btn a:before {
    margin-right: 15px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  padding-top: 260px;
  margin-bottom: 150px;
  background: url(../images/company-bg.jpg) no-repeat top center/cover;
}

#company .txtbox {
  min-width: 480px;
  width: 50%;
  padding-top: 65px;
  padding-right: 30px;
  padding-bottom: 50px;
  background-color: #fff;
  padding-left: calc((100% - 1180px) / 2);
}

@media (max-width: 1299px) {
  #company .txtbox {
    padding-left: 30px;
  }
}

#company .logo {
  margin-bottom: 10px;
}

#company .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#company .logo a:hover {
  opacity: 0.6;
}

#company .text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0.1em;
}

#company .btn a {
  max-width: 360px;
  height: 80px;
}

@media (max-width: 999px) {
  #company {
    padding-top: 200px;
    margin-bottom: 100px;
  }
  #company .txtbox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #company .text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #company {
    padding-top: 140px;
    margin-bottom: 70px;
    background-position: top left 20%;
  }
  #company .txtbox {
    padding: 30px 20px;
    min-width: 280px;
    max-width: 480px;
    width: 70%;
  }
  #company .logo {
    margin-bottom: 0px;
  }
  #company .text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #company .btn a {
    max-width: 280px;
    height: 60px;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  padding-bottom: 130px;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: top 40px left 0px;
  background-size: 100% 100%;
}

#contact h2 {
  text-align: center;
  margin-bottom: 80px;
}

#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#contact .miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.6;
  border-collapse: separate;
  border-spacing: 0px 1px;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: none;
  padding: 5px;
  width: 100%;
  background-color: #eee;
  outline: none;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  padding: 29px 25px;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #000000;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  padding: 25px 25px;
  border: solid 1px #7a7a7a;
  background-color: #fff;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) .radioPair {
  padding: 5px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) .radioPair input {
  width: 10px;
  height: 10px;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 90px;
  text-align: center;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 100%;
  max-width: 360px;
  height: 90px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  background-color: #fff;
  border: solid 1px #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  cursor: pointer;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:hover {
  opacity: 0.6;
}

#contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
  display: none;
}

@media (max-width: 999px) {
  #contact {
    padding-bottom: 100px;
    background-position: top 25px left 0px;
  }
  #contact h2 {
    margin-bottom: 40px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
    font-size: 15px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    padding: 25px 25px;
    font-size: 16px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    padding: 20px 25px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) .radioPair {
    font-size: 14px;
    margin-right: 15px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:last-child td {
    padding-top: 50px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    max-width: 300px;
    height: 70px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #contact {
    padding-bottom: 70px;
    background-position: top 20px left 0px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable {
    border-collapse: separate;
    border-spacing: 0px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    margin-top: 1px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) input[type="text"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) input[type="tel"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) input[type="email"],
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) textarea {
    font-size: 14px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    padding: 10px 20px;
    font-size: 14px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    padding: 10px 20px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:last-child td {
    padding-top: 30px;
  }
  #contact .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
    height: 60px;
    font-size: 15px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */