.sp {
  display: none;
}
.nayami_come {
  font-size: 2em;
}
.nayami_come span {
  border-bottom: 2px solid #f8cb03;
  color: #f8cb03;
  font-size: 1.2em;
}
.price {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
}
.px-80s {
  padding-left: 80px;
  padding-right: 80px;
}
footer {
  background-color: #4e4e4e;
}
.contact_flex {
  display: flex;
  font-size: 1.5em;
}
.text_shadow {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
/*table*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table thead tr {
  background-color: var(--main);
}
.txt {
  text-align: left;
}
.Sample_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 3em auto;
}
.Sample_img img {
  width: 45%;
  display: block;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .nayami_come {
    font-size: 1.5em;
  }
  .px-80s {
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact_flex {
    display: block;
  }
  table {
    border: 0;
    width: 100%;
  }
  table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 5em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 5px;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
