/* CSS Document */
/*
	ご当地ソフトをたずねて 第62回
-----------------------------------------------------------------------------------------------*/

/* 見出し18px　文字強調 */
.tit_l , .gtc_em{
	color:#3530b3;
}

/* 見出し角丸 */
.tit_kadomaru{
	background:#768cd4;
}

/* 見出しアイコン */
.tit_icoIn{
	background-color:#ff9900;
}

/* 見出しマーカー */
.tit_maker span{
	background: linear-gradient(transparent 50%, #FFFF00 0%);
}

/* 会話 */
.balloon .talk{
	background-image: linear-gradient(
		-45deg,
		#fdeedb 35%,
		#FFF 25%,
		#FFF 50%,
		#fdeedb 40%,
		#fdeedb 85%,
		#FFF 75%,
		#FFF
	);
}

/* 会話中紹介 */
.balloon .talk_intro{
	color:#f91e50;
}

/* スポット枠 */
.bg_spot_out{
	background:#3BAF75;
}
.bg_spot_in{
	border-top:5px solid #3e8662;
}

/* コラム */
.intro{
	background:#FFF8EA;
	background-image:linear-gradient(
			transparent 90%,
			rgba(204, 204, 204, 0.1)),
			liner-gradient(
			90deg, transparent 90%,
			rgba(204, 204, 204, 0.1));
	-webkit-background-size: 15px 15px;
	background-image:-webkit-linear-gradient(
			transparent 80%,
			rgba(204, 204, 204, 0.1)),
			-webkit-linear-gradient(
			0deg, transparent 90%,
			rgba(204, 204, 204, 0.1));
	background-size: 10px 10px;
}
.intro_ribbon {
	background: #ff9900;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.intro_ribbon:before,.intro_ribbon:after{
	border-top: 4px solid #a3a3a3;
}

/* ショップインフォ */
.info{
	background:#dbefe5;
	background-image:linear-gradient(
			transparent 90%,
			rgba(255, 255, 255, 0.35)),
			liner-gradient(
			90deg, transparent 90%,
			rgba(255, 255, 255, 0.35));
	-webkit-background-size: 15px 15px;
	background-image:-webkit-linear-gradient(
			transparent 80%,
			rgba(255, 255, 255, 0.35)),
			-webkit-linear-gradient(
			0deg, transparent 90%,
			rgba(255, 255, 255, 0.35));
	background-size: 10px 10px;
}
.info_ribbon{
	background: linear-gradient(#3baf75 0%, #3baf75 100%);
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #3baf75;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #3baf75;
	border-right: 29px solid #3baf75;
}

.list_link li:before{
	color: #3baf75;
}
.list_link.ico_color li:before{
	color: #768cd4;
}

/* スマホ版 ブレークポイント640px */
@media screen and (max-width: 640px)  {
	/* ショップインフォ */
	.info_ribbon:after{
		border-left: 25px solid #3baf75;
		border-right: 25px solid #3baf75;
	}
}



/* MAP上のリンクボタン
--------------------------------*/
/* 三平茶屋 */
.mapBtn{
	position: absolute;
	top:110px;
	left: 278px;
	width: 200px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn:hover , .mapBtn02:hover{
	background-color:rgba(255,255,255,0.3);

}

@media screen and (max-width: 768px)  {
.mapBtn{
	position: absolute;
	top:18.5%;
	left: 36.5%;
	width: 26%;
	height: auto;
	line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
.mapBtn{
	position: absolute;
	top:31%;
	left: 34.5%;
	width: 31%;
	height: auto;
	line-height: 244%;
	}
}

/* 道の駅 大山恵みの里*/
.mapBtn02{
	position: absolute;
	top:392px;
	left: 530px;
	width: 230px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

@media screen and (max-width: 768px)  {
/* MAP上ボタン */
.mapBtn02{
	position: absolute;
	top:65.25%;
	left: 70%;
	width: 30%;
	height: auto;
	line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
/* MAP上ボタン */
.mapBtn02{
	position: absolute;
	top:65.5%;
	left: 65%;
	width: 36%;
	height: auto;
	line-height: 244%;
	}
}