@charset "UTF-8";
/*==========================================
店舗情報
===========================================*/
#access {
  text-align: center;
}
#access .access-inner {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
table.tbl-r02 td .pay li {
  display: inline-block;
  margin-bottom: 5px;
}
table.tbl-r02 td .pay li img {
  background-color: #FFFFFF;
}
table.tbl-r02 tr td .note {
  display: block;
  margin-top: 0.5em;
  font-size: 90%;
}
table.tbl-r02, table.tbl-r02 th, table.tbl-r02 td {}
table.tbl-r02 tr td ul.sns li {
  margin-bottom: 1em;
}
table.tbl-r02 tr td .sns li a img {
  width: 90%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
table.tbl-r02 tr td .bn_access {
  background-color: #0190d2;
  border-radius: 5px;
  color: #FFFFFF;
  width: 90%;
  max-width: 250px;
  height: 60px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 60px;
}
table.tbl-r02 td a {
  text-decoration: underline;
}
table.tbl-r02 tr td .bn_access i {
  margin-right: 5px;
}
/* スマートフォン用（599px以下） */
@media screen and (max-width: 599px) {
  #access {
    margin-bottom: 0em;
    margin-top: 5.5em;
  }
  #access .access-inner {
    width: 95%;
    border-radius: 5px;
    padding: 2em 0.8em;
  }
  table.tbl-r02, table.tbl-r02 th, table.tbl-r02 td {
    display: block;
    width: 100%;
  }
  table.tbl-r02 th {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    padding-bottom: 5px; /* 下線とテキストの間にスペースを追加 */
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 5px;
    background-color: #fd305f;
    color: #FFFFFF;
  }
  /*table.tbl-r02 th::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  /*table.tbl-r02 th::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  table.tbl-r02 td {
    border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #FFFFFF;
  }
  table.tbl-r02 tr {
    margin-bottom: 1em;
  }
  table.tbl-r02 tr td .pay {
    padding-left: 3px;
    padding-right: 3px;
  }
  table.tbl-r02 tr td .bn_access {
    margin-left: auto;
    margin-right: auto;
  }
}
/* タブレット用（600px～1024px） */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #access .access-inner {
    width: 95%;
    padding: 5em 2em;
  }
  table.tbl-r02 {
    width: 100%;
  }
  table.tbl-r02 th, table.tbl-r02 td {
    padding: 20px 25px;
    text-align: left;
  }
  table.tbl-r02 tr {
    position: relative; /* 必須 */
  }
  /*table.tbl-r02 tr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  table.tbl-r02 th {
    background-color: #fd305f;
    color: #FFFFFF;
    position: relative; /* 必須 */
    border-bottom: thin solid #FFFFFF;
  }
  /*table.tbl-r02 th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px; 
    height: 100%;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  table.tbl-r02 td {
    border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #FFFFFF;
    border-bottom: thin solid #fd305f;
  }
  .tbl-r02 tr td .note br {
    display: none;
  }
}
/* PC用（1025px以上） */
@media screen and (min-width: 1025px) {
  #access .access-inner {
    width: 90%;
    padding: 4em 2em;
    border-radius: 8px;
  }
  table.tbl-r02 {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }
  table.tbl-r02 th, table.tbl-r02 td {
    padding: 30px;
    text-align: left;
  }
  table.tbl-r02 tr {
    position: relative; /* 必須 */
  }
  /*table.tbl-r02 tr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  table.tbl-r02 th {
    background-color: #fd305f;
    color: #FFFFFF;
    position: relative; /* 必須 */
    border-bottom: thin solid #FFFFFF;
  }
  /*table.tbl-r02 th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px; 
    height: 100%;
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  }*/
  table.tbl-r02 td {
    border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #FFFFFF;
    border-bottom: thin solid #fd305f;
  }
  .tbl-r02 tr td .note br {
    display: none;
  }
}