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

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

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

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

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

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

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

/* スポット枠 */
.bg_spot_out{
	background:#7adde3;
}
.bg_spot_in{
	border-top:5px solid #71b5bd;
}

/* コラム */
.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:#e3f6f8;
	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: #62c2ce;
}
.info_ribbon:before{
	content: '';
	border-bottom: solid 6px #487b82;
}
.info_ribbon:after{
	content: '';
	border-left: 29px solid #62c2ce;
	border-right: 29px solid #62c2ce;
}

.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 #62c2ce;
		border-right: 25px solid #62c2ce;
	}
}


/* MAP上のリンクボタン
--------------------------------*/
.gtcMap {
	margin: 0 0 40px 0;
	position: relative;
}
/* 河口湖ハーブ館 */
.mapBtn{
	width: 205px;
	height: 41px;
	position: absolute;
	top:235px;
	left: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn02{
	width: 222px;
	height: 65px;
	position: absolute;
	bottom:24px;
	left: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn03 {
	position: absolute;
	top: 95px;
	left: 457px;
	width: 73px;
	height: 73px;
	border-radius: 100%;
	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{
		width: 27%;
		height: auto;
		position: absolute;
		top:37.5%;
		left: 0;
		line-height: 430%;
	}
	.mapBtn02{
		width: 29%;
		height: auto;
		position: absolute;
		bottom:4%;
		left: 0;
		line-height: 480%;
	}
	.mapBtn03 {
		position: absolute;
		top: 16%;
		left: 59%;
		width: 11%;
		height: auto;
		line-height: 560%;
	}
}
@media screen and (max-width: 640px) {
	.mapBtn{
		width: 30%;
		height: auto;
		position: absolute;
		top:36%;
		left: 0;
		line-height: 270%;
	}
	.mapBtn02{
		width: 30%;
		height: auto;
		position: absolute;
		bottom:3%;
		left: 0;
		line-height: 270%;
	}
	.mapBtn03 {
		position: absolute;
		top: 16%;
		left: 59%;
		width: 11%;
		height: auto;
		line-height: 260%;
	}
}

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