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

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

/* 見出し角丸 */
.tit_kadomaru{
	background:#5ec560;
}

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

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

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

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

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

/* コラム */
.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:#FFF8EA;
	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-color: #f79f02;
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #a3a3a3;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #f79f02;
	border-right: 29px solid #f79f02;
}

.list_link li:before{
	color: #f79f02;
}
.list_link.ico_color li:before{
	color: #5ec560;
}

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



/* MAP上のリンクボタン
--------------------------------*/
/* 三平茶屋 */
.mapBtn{
	position: absolute;
	top:194px;
	left: 16px;
	width: 213px;
	height: 43px;
	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:25.5%;
	left: 1.5%;
	width: 30%;
	height: 66px;
	line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
.mapBtn{
	position: absolute;
	top:26%;
	left: 0.3%;
	width: 31.6%;
	height: auto;
	line-height: 270%;
	}
}

/* 道の駅 大山恵みの里*/
.mapBtn02{
	position: absolute;
	top:512px;
	left: 110px;
	width: 214px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

@media screen and (max-width: 768px)  {
/* MAP上ボタン */
.mapBtn02{
	position: absolute;
	top:73.25%;
	left: 14%;
	width: 30%;
	height: 66px;
	line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
/* MAP上ボタン */
.mapBtn02{
	position: absolute;
	top:74.5%;
	left: 15%;
	width: 30%;
	height: auto;
	line-height: 244%;
	}
}