/* CSS Document */
/*
	ご当地ソフトをたずねて 第62回
-----------------------------------------------------------------------------------------------*/
.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:#6a90e0;
}

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

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

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

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

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

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

/* コラム */
.intro{
	background:#FDE6E6;
	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: #ED62A8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.intro_ribbon:before,.intro_ribbon:after{
	border-top: 4px solid #a3a3a3;
}

/* ショップインフォ */
.info{
	background:#E4DCC9;
	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(#B1894D 0%, #B1894D 100%);
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #42210C;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #B1894D;
	border-right: 29px solid #B1894D;
}

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

/* スマホ版 ブレークポイント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: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:48px;
	left: 449px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

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