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

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

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

/* 見出しアイコン */
.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:#C19FCE;
}
.bg_spot_in{
	border-top:5px solid #9d80a9;
}

/* コラム */
.intro{
	background:#edf8fb;
	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: #4abfdf;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.intro_ribbon:before,.intro_ribbon:after{
	border-top: 4px solid #a3a3a3;
}
/* コラム 2カラム */
.columnBox .intro_detail{
	width: 100%;
}
.columnBox .intro_img{
	width: 100%;
}
.columnBox .intro_detail p{
	margin: 16px 0 0 0;
	display: inline-block;
}
@media screen and (max-width: 640px) {
	.columnBox .intro_detail p{
		margin: 10px 0 0 0;
	}
}

/* ショップインフォ */
.info{
	background:#ebe5ef;
	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: #79488D;
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #a3a3a3;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #79488D;
	border-right: 29px solid #79488D;
}

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

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


/* MAP上のリンクボタン
--------------------------------*/
.gtcMap {
	margin: 0 0 40px 0;
	position: relative;
}
/* 河口湖ハーブ館 */
.mapBtn{
	width: 205px;
	height: 41px;
	position: absolute;
	top:237px;
	left: 0;
	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{
	width: 27%;
	height: auto;
	position: absolute;
	top:37.5%;
	left: 0;
	line-height: 430%;
	}
}
@media screen and (max-width: 640px) {
.mapBtn{
	width: 30%;
	height: auto;
	position: absolute;
	top:36%;
	left: 0;
	line-height: 270%;
	}
}

.top_copy{
	margin: 0 0 30px 0;
}
.f12p{
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	.top_copy{
		margin: 0;
	}
}