@charset "UTF-8";
/*==========================================
店舗情報
===========================================*/
#access {
  text-align: center;
}
#access .access-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
      background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* ドロップシャドウを追加 */

  margin-bottom: 3em;
}
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 {
  color: #FFFFFF;
}
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: #F3A61A;
  border-radius: 5px;
  color: #FFFFFF;
  width: 90%;
  max-width: 282px;
  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;
}
.info h3 img {
  max-width: 343.6px;
  width: 90%;
}
.info-inner .info .accent3 {
  max-width: 309px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
td .bn_access .fas.fa-map-marked-alt.fa-lg {
  margin-right: 5px;
}
.tbl-r02 .last td .map {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
span.parking {
  width: 30px; /* デフォルトの直径 */
  height: 30px; /* デフォルトの直径 */
  background-color: black; /* 背景色を黒に設定 */
  color: white; /* 文字色を白に設定 */
  border-radius: 50%; /* 円形にする */
  display: inline-flex; /* inline-flexに設定 */
  justify-content: center;
  align-items: center;
  font-weight: bold; /* 文字を太く */
  font-size: 16px; /* 文字のサイズ */
  margin-left: 10px; /* 左に10pxの隙間を追加 */
  margin-top: 10px; /* 上に10pxの隙間を追加 */
  margin-right: 5px; /* 右にも隙間を追加 */
  margin-bottom: 0px; /* 下の隙間を追加 */
}
/*Googleマップ*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bn_access a img {
	width: 90%;
	height: auto;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

/* スマートフォン用（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;
    color: #FFFFFF;
    background-color: #7c662f;
  }
  /*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-color: #FFFFFF;
    color: #000000;
  }
  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;
	   border-bottom: 1px dotted #E8D18E; /* 行に下線を追加 */
  }
	table.tbl-r02 th {
     background-color: #7c662f;
    position: relative; /* 必須 */
    color: #FFFFFF;
  }
	 table.tbl-r02 td {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
    color: #000000;
  }
	table.tbl-r02 tr:last-child th, 
  table.tbl-r02 tr:last-child td { 
    border-bottom: none;  /* 最後の行のthとtdのみに下線を非表示 */
  }
}
/* 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: 800px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }
  table.tbl-r02 th, table.tbl-r02 td {
    padding: 30px;
    text-align: left;
    color: #000000;
	  	   border-bottom: 1px dotted #E8D18E; /* 行に下線を追加 */
  }
  table.tbl-r02 th {
     background-color: #7c662f;
    position: relative; /* 必須 */
    color: #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 tr:last-child th, 
  table.tbl-r02 tr:last-child td { 
    border-bottom: none;  /* 最後の行のthとtdのみに下線を非表示 */
  }

  table.tbl-r02 td {
    border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
  }
  .tbl-r02 tr td .note br {
    display: none;
  }
}
