@charset "UTF-8";
/*==========================================
店舗情報
===========================================*/
#access {
  text-align: center;
}

#access .access-inner {
width: 95%;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 3em;
  padding: 2em 0.8em;
  border-radius: 5px;

 background-color: rgba(222, 175, 221, 0.3); /* #deafddの色に透明度を追加 */

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

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: #6B4A32;
}
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: 320px;
	width: 100%;
}
.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;
}
.parkingArea p img.icon-parking {
  width: 26px;          /* 画像の幅を縮小 */
  height: auto;         /* 高さは自動で比率に合わせる */
  display: inline-block;
	padding-right: 0.5em;
}
.parkingArea p {
  color: #333;
	text-align: center;
	margin-bottom: 0.5em;
}
.parkingArea .photo{
width: 80%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* ▼ 店舗情報テーブル内の SNS アイコン（横並び） */
table.tbl-r02 td .sns-inline {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;      /* スマホで幅が足りなければ折り返し */
  gap: 0.75rem;
  align-items: center;
}

/* 各アイコン */
table.tbl-r02 td .sns-inline li {
  flex: 0 0 auto;
}

/* タップしやすいボタン化 */
table.tbl-r02 td .sns-inline li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;   /* 下線は消す */

  /* 背景はクリーム地に合わせて控えめに */
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

/* 画像を中にフィットさせる */
table.tbl-r02 td .sns-inline li img {
  max-width: 70%;
  max-height: 70%;
  display: block;
}
/* スマートフォン用（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{
    width: 100%;
	}
	 table.tbl-r02 tr {
    display: block;
    width: 100%;
  }
 table.tbl-r02 th{
		display: block;
    width: 100%;
font-weight: bold;
	font-size: 1.2em;
	position: relative;
	padding: 5px 0.5em;
	color: #5A2E3A;
	background-color: #FFBFDB;
	border-bottom: 1px dotted #CE9330;
	}

  table.tbl-r02 td {
	display: block;
    width: 100%;
        border-top: none;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #FFF8F9;
    color: #000000;
		border-bottom: 1px solid #DCC08A;

  }
	  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;
  }
	 table.tbl-r02 td .sns-inline {
    justify-content: center;  /* 横方向の中央揃え */
  }
}
/* タブレット用（600px～1024px） */
@media screen and (min-width: 600px) and (max-width: 1024px) {

  table.tbl-r02 {
    width: 100%;
    border-collapse: collapse; /* collapse のままでOK */
  }

  /* 見出しセル（th）：深い緑＋ゴールド下線 */
  table.tbl-r02 th {
	padding: 20px 22px;
	text-align: left;
	color: #5A2E3A;
	background-color: #FFBFDB;
	border-bottom: 2px dotted #CE9330;
	white-space: nowrap;
   }

  /* 内容セル（td）：クリーム色＋ゴールド下線 */
  table.tbl-r02 td {
    padding: 20px 22px;
    text-align: left;
    background-color: #FFF8F9;
    color: #000000;

   border-bottom: 1px solid #E2BE82;
  }

  table.tbl-r02 tr:last-child th,
  table.tbl-r02 tr:last-child td {
    border-bottom: none;
  }
	.parkingArea p {
	text-align: left;
	margin-left: 0.5em;
}

}
/* PC用（1025px以上） */
@media screen and (min-width: 1025px) {
  #access .access-inner {
    width: 85%;              /* 少しだけ幅を絞って中央に */
    padding: 4em 2.5em;
    border-radius: 8px;
  }

  table.tbl-r02 {
    width: 100%;
    max-width: 900px;        /* PC では少し広めに */
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }

  /* 見出しセル（左側） */
  table.tbl-r02 th {
	padding: 26px 30px;
	text-align: left;
	color: #5A2E3A;  /* クリーム寄りの白 */
	background-color: #FFBFDB;
	white-space: nowrap;
	border-bottom: 1px dotted #CE9330;
	font-weight: 600;
  }

  /* 内容セル（右側） */
  table.tbl-r02 td {
    padding: 26px 30px;
    text-align: left;
    background-color: #FFF8F9;
    color: #000000;
   border-bottom: 1px solid #E2BE82;
  }

  /* 最後の行だけボーダー無し */
  table.tbl-r02 tr:last-child th,
  table.tbl-r02 tr:last-child td {
    border-bottom: none;
  }

  .tbl-r02 tr td .note br {
    display: none;
  }
			.parkingArea p {
	text-align: left;
	margin-left: 0.5em;
}
}
