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

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

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

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

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

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

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

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

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

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

.list_link li:before{
	color: #4abfdf;
}
.list_link.ico_color li:before{
	color: #ff9e11;
}

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

/* MAP上のリンクボタン
--------------------------------*/
.gtcMap {
	margin: 0 0 40px 0;
	position: relative;
}
/* 河口湖ハーブ館 */
.mapBtn{
	width: 182px;
	height: 41px;
	position: absolute;
	right: 0;
	bottom:155px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn03{
	position: absolute;
	bottom: 1px;
	left: 9px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn:hover,
.mapBtn03:hover{
	background-color:rgba(255,255,255,0.3);
}

@media screen and (max-width: 768px) {
	.mapBtn{
		width: 25%;
		height: auto;
		position: absolute;
		right: 0;
		bottom:29%;
		line-height: 430%;
	}
	.mapBtn03{
		bottom: -3px;
		left: 4px;
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 640px) {
	.mapBtn{
		width: 23%;
		height: auto;
		position: absolute;
		right: 0;
		bottom:29%;
		line-height: 270%;
	}
	.mapBtn03{
		bottom: -5px;
		left: -2px;
		width: 50px;
		height: 50px;
	}
}

.top_copy{
	margin: 0 0 30px 0;
}
.f12p {
	font-size: 12px;
}
.time{
	line-height: 1.1;
	margin: 2px 0;
}