/* CSS Document */
/*
	ご当地ソフトをたずねて 第64回
-----------------------------------------------------------------------------------------------*/
.top_intro{
	margin: -75px 0 20px 0;
}
@media screen and (max-width: 640px)  {
	.top_intro{
		margin: -40px 0 20px 0;
	}
}

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

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

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

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

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

/* 文字 小 */
.txtS{
	font-size: 13px;
}

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

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

/* コラム */
.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:#FCE8EB;
	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(#FF8699 0%, #FF8699 100%);
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #dc143c;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #FF8699;
	border-right: 29px solid #FF8699;
}

.list_link li:before{
	color: #FF8699;
}
.list_link.ico_color li:before{
	color: #FF8699;
}

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



/* MAP上のリンクボタン
--------------------------------*/
/* 桃茂実苑 */
.mapBtn{
	position: absolute;
	top:45px;
	left: 248px;
	width: 215px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn:hover , .mapBtn02:hover , .mapBtn03:hover{
	background-color:rgba(255,255,255,0.3);
}

@media screen and (max-width: 768px)  {
	.mapBtn{
		position: absolute;
		top:9.5%;
		left: 32.5%;
		width: 28.5%;
		height: auto;
		line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
	.mapBtn{
		position: absolute;
		top:7%;
		left: 32%;
		width: 32%;
		height: auto;
		line-height: 244%;
	}
}

/* 鷹取醤油 醤房 燕来庵*/
.mapBtn02{
	position: absolute;
	top:420px;
	left: 465px;
	width: 280px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

@media screen and (max-width: 768px)  {
	/* MAP上ボタン */
	.mapBtn02{
		position: absolute;
		top:83%;
		left: 61%;
		width: 37%;
		height: auto;
		line-height: 260%;
	}
}
@media screen and (max-width: 640px)  {
	/* MAP上ボタン */
	.mapBtn02{
		position: absolute;
		top:80%;
		left: 58%;
		width: 42%;
		height: auto;
		line-height: 244%;
	}
}
/* 後編につづく*/
.mapBtn03{
	position: absolute;
	top:392px;
	left: 659px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

@media screen and (max-width: 768px)  {
	.mapBtn03{
		position: absolute;
		top:77%;
		left: 86%;
		width: 11%;
		height: auto;
		line-height: 620%;
	}
}
@media screen and (max-width: 640px)  {
	.mapBtn03{
		position: absolute;
		top:77%;
		left: 85%;
		width: 11%;
		height: auto;
		line-height: 322%;
	}
}