@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	background-color: #91D7D7;
	box-sizing: border-box;
	padding:3% 3% 5%;
}

.wrapper a{
	text-decoration: none;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.btn{
	width: 80%;
	margin: 10% auto;
	text-align: center;
}

.btn a{
	display: block;
	font-size: 15px;
	padding: 3% 0;
	background-color: #000;
	color: #fff;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	margin: 5% auto;
}

.lead span{
	font-size: 13px;
}

.box{
	margin: 10% auto;
}

.ttl{
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 2% 0;
	font-size: 15px;
	margin: 0 auto;
}

.box ul{
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	justify-content: center;
}

.box ul li{
	width: calc(33.3% - 10px);
	background-color: #fff;
	position: relative;
	padding-bottom: 10%;
}

.box ul li p{
	font-size: 11px;
	color: #000;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 7%;
	margin: 0;
}

.box .price li:nth-child(2) p{
	bottom: 2%;
	font-size: 11px;
}

.img-w100 img{
	margin: 3% auto;
}

.box .shop{
	font-size: 10px;
	text-align: left;
	line-height: 2;
	margin: 0% auto;
}

table.shop {
	width: 100%;
	margin: 0 auto 2%;
	border-collapse: collapse;
	border: solid 2px #000;
	text-align: center;
}

table.shop th, table.shop td {
  border: solid 1px #77abab;
}

table.shop td{
	padding: 2% 0;
	vertical-align: middle;
	/*border: dashed 1px #555;*/
	text-align: center;
}

table.shop td:last-child{
	text-align: left;
	box-sizing: border-box;
	padding-left: 2%;
}

table.shop td.region{
	width: 20%;
}

table.shop td.pref{
	width: 20%;
}


@media(min-width:750px){
	.sticky-contener{
		display: flex;
		/*background-color: #91D7D7;*/
		background-color: #FFF03D;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.left-img{
		display: block;
		width: 45vh;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #91D7D7;
		padding: 1%;
	}
	
	.br_s{
		display: none;
	}
		
	.sns{
		width: 100%;
	}
	
	.sns .sns-logo{
		display: block;
		width: 35%;
		margin: 0 auto 5%;
	}
		
	.sns a{
		display: block;
		color: #fff;
		text-decoration: none;
		font-family: helvetica-lt-pro, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 22px;
		position: relative;
		letter-spacing: 1px;
	}
	
	.sns ul{
		padding: 0;
		list-style: none;
		display: flex;
		column-gap: 10px;
		justify-content: center;
	}
	
	.sns ul a:before{
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
		vertical-align: middle;
	}
	
	.sns ul .instagram:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png");
	}
	
	.sns ul .line:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_line_color.png");
	}
	
	.sns ul .x:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_twitter_color.png");
	}
	
	.sns ul .facebook:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_facebook_color.png");
	}
	
	.sns ul .youtube:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_youtube_color.png");
	}
	
}

