@charset "UTF-8";

img {
    image-rendering: -webkit-optimize-contrast;
}



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {

.shopsp_h1 {
	text-align: center;
 font-size: 1.2em;
 margin-top: 1%;
}
 
.shopsp_h1::before{
	content: "店舗開店などの販促企画に！";
}
	
.top_text {
	text-align:center;
	margin-top: 2%;
}
	
.shopsp_menu {
	display: flex;
	justify-content: space-between;
	width: 630px;
	margin-top: 2%;
	margin-left: 17%;
}

.nav_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #663300;
	border: solid 0.5px #663300;
	border-radius: 20px;
	background:#fafad2;
	transition: .4s;
	width: 120px;
	text-align: center;
}

.nav_btn:hover {
	background: #ff7f50;
	color: white;
}

.nav_btn:visited {
	color: #663300;
}
	
.newshopsp h2 {
	padding: 0.6em 0.5em 0.4em 0.5em;
	color: #000000;
	font-size: 1.5em;
	background:#fdf5e6;
	border-left: solid 10px #008000;
	margin-top: 3%;
	text-align: left;
}
	
.newshopsp h3{
	width: 94%;
	font-weight: bold;
	background: #ffffff;
	border-bottom: solid 3px #008000;
	color: #008000;
	font-size: 1.3em;
	padding: 0.5% 1%;
	margin-left: 2%;
	margin-top: 2%;
}
	
.t_text {
	width: 900px;
	margin: 0.5% 0% 0.5% 1.5%;
	line-height: 1.6em;
	text-align: left;
}
	
.futoji {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 2% 0% -2% 0%;
}
	
.top-text-link-list {
	display: flex;
	justify-content: center;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	margin-top: 2%;
}
	
.top-text-link-list li{
	display: inline-block;
	margin-top: 1%;
}
	
.top-text-link-list li:not(:last-child)::after{
	white-space: pre-wrap;
	content:"｜ ";
}

/* 商品テーブル(横4つ) */				
.item_table {
	width: 910px;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 auto;
}

.item_table td {
	padding: 1%;
	margin: 0% 2%;
	border: #efefef solid 1px;
	vertical-align: top;
}		

.item_table_press>a>img {
	width: 100%;
	margin: 0% auto 2% auto;
}			

/* 商品6個配置テーブル */			
.item_table_mini {
	width: 910px;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0% auto;
	margin-top: -0.5%;
}

.item_table_mini tr {
	margin-left: 10%;
}

.item_table_mini td {
	padding: 1%;
	margin: 0% 2%;
	border: #efefef solid 1px;
}

.item_table_mini_td  {
	width: 15%;
	vertical-align:top;
}
	
.item_table_mini_td>a>img {
	width: 100%;
	margin: 0% auto 2% auto;
}

/* キャンペーンバナー */
.name_campaign {
	width: 100%;
	margin : 3% auto;
 text-align: center;
}
 
.name_campaign p{
	font-weight: bold;
}
 
.name_campaign img{
	width: 630px;
 margin : 0 auto;
}
	
/* バナー横並び */
.recommend {
	width: 100%;
	text-align: center;
	margin-top: 1%;
}
	
.recommend p{
	font-size: 1.1em;
	font-weight: bold;
}
	
.recommend_banner {
	width: 95%;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
}
	
.recommend_banner li{
	padding: 1%;
}
	
.recommend_banner img{
	width: 180px;
	height: 82px;
}
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {
	
.shopsp_h1{
	text-align: center;
 font-size: 1em;
 margin-top: 2%; 
}
 
.shopsp_h1::before{
	content: "";
 line-height: 1.8em;
 display: block;
}
	
.top_text {
	align: center;
	font-size: 0.85em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding: 0% 5%;
	margin-top: 2%; 
}
	
.shopsp_menu {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
	
.shopsp_menu li{
	margin-top: 4%;
	font-size: 0.85em;
	font-weight: bold;
}
	
.shopsp_menu li::before{
	white-space: pre-wrap;
	content:"▼";
	color: #603813;
}
	
.shopsp_menu li:not(:last-child)::after{
	white-space: pre-wrap;
	content:"　";
}
	
.shopsp_menu li a{
	text-decoration: none;
}
	
.shopsp_menu li a:link {
	color: #603813;
}

.shopsp_menu li a:visited {
	color: #603813;
}
	
.newshopsp h2{
	padding: 0.6em 0.6em 0.4em 0.6em;
	color: #000000F;
	font-size: 120%;
	background: #fdf5e6;
	border-left: solid 10px #008000;
	margin-top: 5%;
	margin-bottom: 2%;
	text-align: left;
}	

.newshopsp h3{
	border: none;
	font-weight: bold;
	background: #ffffff;
	border-bottom: solid 3px #008000;
	color: #333333;
	font-size: 95%;
	padding: 0.5% 2%;
	margin: 5% 3% 2% 3%;
}	
	
.t_text {
	width: 90%;
	margin: 1% auto 0% auto !important;
	padding: 2%;
	line-height: 1.5em;
	font-size: 0.8em;
}
	
.top-text-link-list {
	width: 90%;
	margin: 0 auto;
	margin-top: -1%;
}

/* 商品一覧 */
.item_table {
	display: block;
	width: 95%;
	margin: 0 auto;
	margin-top: 1%;
	margin-left: 3%;
}

.item_table td {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	padding: 1%;
}

.item_table_img {
	border: #efefef solid 1px; 
}
	
/* 商品一覧横3つ(小)並び */
.item_table_mini {
	display: block;
	width: 95%;
	margin: 0% auto;
	margin-top: -1%;
	margin-left: 3%;
}

.item_table_mini td {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding: 1%;
}

.item_table_mini_img {
  border: #efefef solid 1px;  
}
 
/* キャンペーンバナー */
.name_campaign {
	width: 95%;
	margin : 5% auto;
 text-align: center;
}
 
.name_campaign p{
	font-weight: bold;
}
 
.name_campaign img{
	width: 100%;
 margin : 0 auto;
}
	
/* スマホ全体のリンクに使えるボタン */
.sp_btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 4%;
	padding: 2% 0% 1% 0%;
	background: #FFD96D;
	text-align: center;
	font-size: 3.5vw;
	line-height: 1.2em;
	font-weight: bold;
	border: solid 1px #F1B524;
	border-radius: 15px;
	box-shadow: 2px 2px #F18324;
}

.sp_btn a {
	display: block;
}

.sp_btn a:link {
	color: #603813;
}

.sp_btn a:visited {
	color: #603813;
}

.sp_btn a {
	text-decoration: none;
}	
	
/* バナー横並び */
 .recommend {
  width: 100%;
  text-align: center;
 }
 .recommend p {
  font-size: 0.9em;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content:flex-start;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
 }
 .recommend_banner li {
  width: 45%;
  margin: 0.5em;
 }
 .recommend_banner img {
  width: 100%;
  object-fit: cover;
 }		
	
}