@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

@media screen and (max-width: 999px){
   
.pc{
    display: none;
}

.sp{
    display: block!important;
}
	
.wrapper{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
	
#top_bg{
	background-image: url("../images/top_bg_sp.webp?0220");
	padding-top: 20px;
}

#main_bg{
	background-image: url("../images/main_bg.webp");
	margin-top: -150px;
	padding-top: 180px;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}

#main_bg h2{
	font-size: 24px;
	margin-bottom: 30px;
}

.shop_block{
	display: block;
	margin-bottom: 70px;
}

.shop_left{
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shop_left h3{
	font-size: 24px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 90%;
	margin-bottom: 15px;
	display: block;
}
	
.shop_right{
	box-shadow: 10px 10px 0px 0px rgba(95, 0, 0, 0.8);
}

.shop_right img{
	width: 100%;
	height: 100%;
}

.shop_address{
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.shop_tel{
	font-size: 30px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.shop_btn{
	margin-left: 20px;	
	font-size: 16px;
}
	
#under_top_bg{
	background: rgb(1,19,51);
	background: linear-gradient(0deg, rgba(1,19,51,1) 80%, rgba(1,19,51,0) 100%);
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

#under_bg{
	padding-top: 10px;
	padding-bottom: 50px;
}

#style_btn{
	background-color: #ED1C24;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 20px;
	text-decoration: none;
	display: block;
	font-size: 18px;
}
	
	
/*** Store SP* -------------------------------*/

.storeLists > li {
  margin-top: 60px;
	
}

.storeLists > li:nth-of-type(1) {
	margin-top: 0;
	margin-bottom: 60px;
}

.storeListsTtl {
  line-height: 1;
	width: 100%;
}

.storeListsTtl img{
	width: 100%;
}

.storeListsInfo {
  position: relative;
  display: block;
  margin-bottom: 40px!important;
  padding: 20px;
}

.storeListsInfo > ul:nth-of-type(1) {
  width: 100%;
}

.storeListsInfo > ul:nth-of-type(2) {
  flex: 1;
  margin-top: 0px;
  margin-left: -30px;
}

.storeListsInfo > ul > li {
  font-size: 16px;
  line-height: 1.4;
}

.storeListsInfoTel,
.storeListsInfoAddress,
.storeListsInfoTime {
  position: relative;
  padding-left: 30px;
}

.storeListsInfoAddress,
.storeListsInfoTime {
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
}

.storeListsInfoTel {
	margin-bottom: 10px;
	font-size: 24px !important;
	margin-top: -15px;
}

.storeListsInfoTel::before,
.storeListsInfoAddress::before,
.storeListsInfoTime::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.storeListsInfoTel::before {
  top: 6px;
}

.storeListsInfoBtn {
  position: static;
	margin-top: 10px;
}

.storeListsInfoBtn > a {
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
}

.storeListsInfoBtn > a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

.storeListsProductInner {
  margin-top: 35px;
}

.storeListsProductLists > li {
  margin-top: 90px;
}

.storeListsProductLists > li:nth-of-type(1) {
  margin-top: 0;
}

.storeListsProductLists > li .storeListsProductLists > li {
  margin-top: 45px;
}

.storeListsProductListsTtl {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.storeListsProductListsTtl::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  content: '';
}

.storeListsProductListsTtl > span {
  display: inline-block;
  padding-right: 20px;
  background-color: #fff;
  font-size: 1.8rem;
}

.storeListsProductListsSubTtl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.storeListsProductListsTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.storeListsProductListsTable th,
.storeListsProductListsTable td {
  padding: 12px 15px;
  border: 1px solid #b9b9b9;
  vertical-align: middle;
}

.storeListsProductListsTable th {
  width: 25%;
  background-color: #f2f2f2;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

.storeListsProductListsTable th.lgray {
  background-color: #f2f2f2;
}
.storeListsProductListsTable th.gray {
  background-color: #e6e6e6;
}

.storeListsProductListsTable td {
  width: 75%;
  font-size: 1.5rem;
}

.storeListsProductListsTable td > strong {
  display: inline-block;
  margin-right: 0.8em;
  color: #0074e7;
  font-weight: 600;
}


}  

 