@charset "UTF-8";

/*-------------------------------------------
common
-------------------------------------------*/
:root {
  --red: #FF3301;
  --green: #129459;
  --table-y-green: #e9f5ef;
}
body {
  line-height: 1.75;
}
.shopinfo-container {
  max-width: 920px;
  padding-inline: 20px;
  margin-inline: auto;
}


/*-------------------------------------------
mv
-------------------------------------------*/
.page-mv {
  background-image: url(../img/common/common-mv.jpg);
  background-position: right;
}

/*-------------------------------------------
特定商取引法に関する表示
-------------------------------------------*/
.shopinfo .page-section-title {
  margin-bottom: 60px;
}
.shopinfo-table {
  border-collapse:collapse;
  width: 100%;
  margin-bottom: 80px;
}
.shopinfo-table tr {
  border-top: 1px solid #ccc;
}
.shopinfo-table tr:first-of-type {
  border-top: 3px solid #ccc;
}
.shopinfo-table tr:last-of-type {
  border-bottom: 3px solid #ccc;
}
.shopinfo-table th,
.shopinfo-table td {
  font-size: min(16px, 2.0vw);
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  padding: 1.5em 0.5em;
}
.shopinfo-table th {
  vertical-align: top;
  width: 28%;
  padding-right: 2em;
}
.shopinfo-table a {
  color: var(--green);
}

.shopinfo-page-btn {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--green);
  width: min(240px, 100%);
  background-color: #fff;
  padding: 0.6em;
  border: 1px solid var(--green);
  border-radius: 999px;
  margin-inline: auto;
  margin-bottom: 150px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* mv
  -------------------------------------------*/
  .page-mv {
    background-image: url(../img/common/common-mv-sp.jpg);
  }

    /* 特定商取引法に関する表示
  -------------------------------------------*/
  .shopinfo .page-section-title {
    margin-bottom: 40px;
  }
  .shopinfo-table {
    margin-bottom: 40px;
  }
  .shopinfo-table tr {
    border-top: 1px solid #707070;
  }
  .shopinfo-table tr:first-of-type {
    border-top: 1px solid #707070;
  }
  .shopinfo-table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
  .shopinfo-table th,
  .shopinfo-table td {
    font-size: max(14px, 2.0vw);
    display: block;
    padding: 1em 0.5em;
  }
  .shopinfo-table th {
    width: 100%;
    padding: 0.7em 0.5em;
    background-color: #f5f5f5;
  }
  .shopinfo-page-btn {
    font-size: 16px;
    width: min(200px, 100%);
    padding: 0.4em;
    margin-bottom: 60px;
  }
}