@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* リンク画像 */
.shop-Banners a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.contents-left h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5em;
  color: #000;
}
.contents-left h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  color: #000;
}
.ShopNameTxt {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
/* 2025リニューアル用 */
.shop_subTitle_renewal {
  background-color: #E60012;
  padding: 5px;
  margin-bottom: 20px;
	color:#FFEC00;
  font-size: 1.5em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.renewal_list{
	display: list-item;
list-style-type: disc;
margin-left: 2em;
}

/* 2025_注意表記 */
.shop_attention {
  padding: 10px;
  margin-bottom: 20px;
	color:#333;
  font-size: 1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1.5em;
	background-image: repeating-linear-gradient(45deg, #fff9f9, #fff9f9 10px, transparent 10px, transparent 20px);
}

.shop_subTitle {
  background-color: #E60012;
  padding: 5px;
  margin-bottom: 20px;
}
.shop-event-left {
  float: left;
  width: 237px;
  margin-bottom: 10px;
}
.shop-event-left img {
  width: 217px;
}
.shop-event-right {
  font-size: 13px;
  line-height: 1.6em;
  float: right;
  width: 450px;
  margin-bottom: 10px;
}
.shop-event-right p {
  margin-bottom: 1em;
}
.event-remark {
  font-size: 11px;
  line-height: 1.4em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E60012;
  padding-top: 5px;
  margin-bottom: 50px;
}
.EventBox {
  margin-bottom: 40px;
}
.shop-map-zone {
  padding: 4px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  position: relative;
}
.search-btn {
  width: 24px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.kyu {
  width: 100%;
}
.time-l {
  padding-top: 5px;
  width: 42%;
  float: left;
}
.link_button {
  width: 95%;
  float: left;
  font-weight: bold;
  color: red;
  text-decoration: none;
  background: white;
  border-color: red;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*以下訪問済みのデザイン*/
.link_button a:link, .link_button a:visited {
  color: maroon;
}
/*以下カーソルを当てたとき*/
.link_button a:hover {
  background: white;
  text-decoration: none;
  color: #000;
}
/*インデント*/
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}