.shop-wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.shop-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 60px auto;
}
.shop-title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}

.shop-title2{
	font-size: 2.8rem;
	margin-top: 30px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	letter-spacing: 0.1rem;
	white-space: nowrap;
	display: block;
}
.shop-title2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -5px;
	display: inline-block;
	width: 60px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #BD975E;
	font-weight:bold;
}
.shop-title2 span{
	color:#BD975E;
}

.shop-subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.shop-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 30px auto;
}
.shop-title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
}
.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
@media screen and (max-width: 767px) {
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
}
.pankuzu{
	font-size:1.2rem;
}
.shop_topimage{
	padding:30px;
	width:100%;
	height:260px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-size:cover!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
}
.shop_subtitle{
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
.shop_subtitle{
	align-items: center;
	white-space:nowrap;
}
}
@media screen and (max-width: 525px) {
.shop_subtitle{
	height:8.0rem;
}
}
.shop_topword{
	height:100%;;
	filter: drop-shadow(1px 1px 2px #666666);
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.bnr-infection img.pc {
	  margin: auto;
	  display: block;
	}
}
@media screen and (max-width: 767px) {
  .pc {
		display: none;
	}


}

.area_all, .area_ishikawa, .area_toyama, .area_gifu, .area_kyoto, .area_aichi, .area_fukui{
	display:block;
	width:100%;
	font-size:1.6rem;
	background:#ffffff;
	border-right:1px solid #cccccc;
	text-align:center;
	padding: 15px 30px 15px 0px;
}
.area_all span, .area_ishikawa span, .area_toyama span, .area_gifu span, .area_kyoto span, .area_aichi span, .area_fukui span{
	color:#BD975E;
	padding-right:6px;
	font-size:1.3rem;
  }
.act_btn{
	font-weight:600;
}
.area_select{
	width:100%;
	padding: 7px 30px 7px 10px;
	font-size: 1.6rem;;
}

/*-----*/
.shop-txt {
	font-size:1.4rem;
	}

.btn_shop {
	color: #ffffff!important;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	/*	border: 2px solid #27acd9;*/
	transition: 0.5s;
	background: #c4c4c4;
	margin:10px -8px;
	padding:10px 5px;
}
.btn_shop:hover {
	color: #ffffff!important;
	background: #202020;
}
@media screen and (max-width:480px) {
.btn_shop {
	margin:10px 2px;
}
}

/* table */
.tbl-shop tr {
}

.tbl-shop th,
.tbl-shop td {
  padding: 0px 0;
  border: none;
	font-size:1.4rem;
}

.tbl-shop th {
  width: 30%;
	font-weight: normal;
	text-align: left;
	font-size:1.4rem;
}

/* sp */
@media only screen and (max-width: 480px) {
  .tbl-shop th,
  .tbl-shop td {
    width: 100%;
    display: block;
  }
.tbl-shop th {
	font-weight: 600;
	font-size:75%;
}
  .tbl-shop th {
    width: 100%;
  }

  .tbl-shop td {
    padding-top: 0;
	border-top: 1px solid #b5b1b1;
  }
}