@charset "utf-8";

/* { outline: 1px solid red; }*/

/* =============================

		GOURMET page（各選手のページ）

============================= */
.gourmetArea{
	max-width: 1000px;
	margin: auto;
	padding: 10px 30px 40px;
}

.gourmetArea.col3{
	max-width: 1400px;
}
.gourmetArea h2{
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 30px;
	flex-shrink: 0!important; /* 幅を縮小させない */
}
.gourmetArea.col3 h2{
	width: 1000px;
	flex-shrink: 0!important; /* 幅を縮小させない */
}
.gourmetArea .gourmetBox{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    flex-shrink: 0!important; /* 幅を縮小させない */
}
.gourmetArea .gourmetItem{
    width: 480px!important;
	/*width: 48%;*/
	margin: 0 1%;
	border-radius: 0px;
    position: relative;
    z-index: 1;
    flex-shrink: 0!important; /* 幅を縮小させない */
}
.gourmetArea.col3 .gourmetItem{
  width: 430px!important;  
    flex-shrink: 0!important; /* 幅を縮小させない */
}

	.gourmetArea .gourmetItem:nth-child{
		margin: 15px;
	}




.gourmetArea .gourmetItem .inner{
    position: absolute;
    top:0px;
    left:0px;
	padding: 15px;
}



/*===========グルメボックス内============*/

/*----商品名----*/
 .menuname{
	/*width: 100%;*/
	position:absolute;
	/*padding: 10px 15px 5px;*/
	 top:10px;
	 left: 10px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.05em;
	 z-index:5;
}
 .menuname2{
	/*width: 100%;*/
	position:absolute;
	/*padding: 10px 15px 5px;*/
	 top:10px;
	 left: 10px;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.05em;
	 /*height: 85px;*/
	 z-index:5;
}
.menuname .ss{
	font-size: 80%;
	line-height: 25px;
	letter-spacing: 0;
}
.gourmetArea.col3 .menuname{
		font-size: 1.7rem;
}

/*----画像と価格----*/
.pic{
	width: 95%;
	margin:auto;
	padding: 90px 0 0;
	position: relative;
}
.price{
	position:absolute;
	bottom:5px;
	right:15px;
	font-size: 2.5rem;
	font-weight: 900;
	color:#b60005;
	line-height: 1;
}
.price .ss{
	font-size: 70%;
}
.price2{
	position:absolute;
	bottom:5px;
	right:0px;
	font-size: 2.2rem;
	font-weight: 900;
	color:#b60005;
	line-height: 1;
}
.price2 .ss{
	font-size: 70%;
}
.subfont{
	font-size: 50%;
	color: #000;
	line-height: 1.2;
	letter-spacing: -0.1em;
}

/*----紹介文----*/
.intro_txt{
	height: 150px;
	padding: 40px 25px 0;
	font-size:18px;
	line-height: 1.6;
	/*font-weight: bold;*/
    text-align: justify;
}
.intro_txt2{
	height: 135px;
	padding: 15px;
	font-size:18px;
	line-height: 1.6;
	/*font-weight: bold;*/
    text-align: justify;
}
.gourmetArea.col3 .intro_txt{
	height: 130px;
}
/*-----------------
　リンクボタン
　　flexで指定
-------------------*/
.linkboxA{
	display: flex;
	justify-content: center;
	gap:20px;
	padding-top: 15px;
	padding-bottom: 3px;
}
.linkboxA .item img{
	max-height: 70px;
}
.linkboxB{
	display: flex;
	justify-content: center;
	gap:20px;
	padding-top: 15px;
}
.linkboxB .item img{
	max-height: 70px;
}
.linkboxB .item .sstxt{
		font-size: 12px;
	justify-content: center;
	}
.linkboxA span{
	font-size: 12px;
	justify-content: center;
	line-height: 1;
}
.item{
	text-align: center;
}
/*==================================*/


/* =============================

		MAP page（選手別MAPページ）

============================== */

.map#contents{
	min-height: auto;

}

.mapArea{
	position: relative;
	background: url(../img/25_map_title.png) no-repeat top center /1200px; 
	height: calc(100vh - 40px); 
	padding-bottom: 60px;
}

.bottomdenim{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200px;
	display:none !important;
}
.bottomdenim >img{
	height: 200px;
}
 
.mapArea_Top{
	max-width: 1000px;
	margin: auto;
	padding: 160px 0 30px 0;
	position: relative;
}
.mapArea_Top_subTitle{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 171px;
}
.mapArea_Top_Title{
	text-align: center;
}
.mapArea_Top_Notes{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.mapArea_Bottom{
	background: #faf5f0;
	padding: 60px 30px 40px;
}
.mapArea_Bottom_mapBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 40px;
}
/*--Map１つ用--*/
.mapArea_Bottom_mapBox2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	 -webkit-justify-content: center; /*←クボタ追記*/
    justify-content: center; /*←クボタ追記*/
    -webkit-align-items: center; /*←クボタ追記*/
    align-items: center; /*←クボタ追記*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.mapArea_Bottom_mapBox > div{
	width: calc(49.5% - 40px);
}
.mapArea_Bottom_mapBox > div:first-child{
	padding-right: 40px;
	border-right: 1px solid #231815;
}
.mapArea_Bottom_mapBox2{
	width: 50%;
}
.mapArea_Bottom_mapBox > div:last-child{
	padding-left: 40px;
}
.mapArea_Bottom_Guidance{
	width: 800px;
	margin: auto;
}

/*---- MAPページの戻るボタン ----*/


/*---- MAPページの戻るボタン ----*/
.go-back{
	width: 200px;
	margin: 30px auto 0;
}


/*---------------------
　　　▼スマホ▼
-----------------------*/

@media screen and (max-width: 768px) {

/* =============================

		GOURMET page（各選手のページ）

============================= */
	
	.gourmetArea{
		padding: 5px 15px 5px;
 	}
	
	.gourmetArea .gourmetBox{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

	.gourmetArea h2{
		max-width: 100%;
	}
	.gourmetArea .gourmetItem{
		width: 95%!important;
	}
	.gourmetArea.col3 .gourmetItem{
		width: 95%!important;
	}
	.gourmetArea .gourmetItem:nth-child(n + 2){
		margin-top: 15px;
	}
    
    /*===========グルメボックス内============*/
/*----商品名----*/
 .menuname{
	/*padding: 10px 10px 5px;*/
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.05em;
	 height: 50px;
}
	 .menuname2{
	/*padding: 10px 10px 5px;*/
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.05em;
	 height: 85px;
}
.gourmetArea.col3 .menuname{
		font-size: 130%;
}

/*----画像と価格----*/
.pic{
	width: 90%;
	margin: auto;
    padding: 70px 10px 0;
	position: relative;
}
.price{
	position:absolute;
	bottom:5px;
	right:20px;
	font-size: 30px;
}
.price .ss{
	font-size: 70%;
}
	
.price2{
	position:absolute;
	bottom:10px;
	right:0px;
	font-size: 27px;
	font-weight: 900;
	color:#b60005;
	line-height: 1;
}
.price2 .ss{
	font-size: 70%;
}
.subfont{
	font-size: 50%;
	color: #000;
	line-height: 1.2;
	letter-spacing: -0.1em;
}	
	
/*----紹介文----*/
.intro_txt{
	/*height: auto;*/
	padding: 10px 15px;
	font-size:100%;
	line-height: 1.5;
	font-weight: normal;
	height: 120px;
	letter-spacing: -0.05em;
}
.intro_txt2{
	/*height: auto;*/
	padding: 10px 15px;
	font-size:100%;
	line-height: 1.5;
	font-weight: normal;
	height: 110px;
	letter-spacing: -0.05em;
}

/*-----flexで指定-----*/
.linkboxA{
	gap:10px;
	padding-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 3px;
}
/*.linkboxA .item img{
	height: 40%;
}*/
.linkboxB{
	max-width: 60%;
	gap:10px;
	padding-top: 5px;
	margin: 0 auto;
}
	.item img{
		max-height: 50px;
		padding-bottom: 0;
	}
.linkboxA span{
	font-size: 10px;
	text-align: center;
	line-height: 0;
	margin-top: 0;
}
	.item{
		text-align: center;
		gap:3px;
	}
/* =============================

		MAP page（選手別MAPページ）

============================== */

.map#contents{
		padding: 0;
		position: relative;
		background-size: 100% auto;
	}
	.mapArea{
		background: url(../img/25_map_title_sp.png) no-repeat top center / 100% auto;
		padding-bottom: 100px;
	} 

.mapArea::after{background:none;}
	.mapArea_Top{
		padding: 20px 10%;
	}
	.mapArea_Top_subTitle{
		position: relative;
		top: auto;
		left: auto;
		transform: translateY(0);
		max-width: 50%;
		margin: 0 auto 30px;
	} 
	.mapArea_Top{
	max-width: 100%;
	margin: 0;
	position: relative;
}
	.mapArea_Top_Title{
		margin-bottom: 10px;
		padding-top: 30px;
		width: 100%;
	}
	.mapArea_Top_Notes{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
	.mapArea_Bottom{
		padding: 40px 5%;
	}
	.mapArea_Bottom_mapBox > div{
		width: 100%;
	}
	.mapArea_Bottom_mapBox2{
	width: 100%;
}
	.mapArea_Bottom_mapBox > div:first-child{
		padding-right: 0;
		padding-bottom: 40px;
		border-right: 0;
		border-bottom: 1px solid #231815;
	}
	.mapArea_Bottom_mapBox > div:last-child{
		padding-left: 0;
		padding-top: 40px;
	}

.mapArea_Bottom_Guidance{
	max-width: 90%;
	margin: 0 auto;
}





	
/*---- MAPページの戻るボタン ----*/
.go-back{
	width: 150px;
	margin: 20px auto 0;
}		
}