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

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

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

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

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

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

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

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

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

.list_link li:before{
	color: #7ddf4f;
}
.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;
}
/* カフェどんぐり */
.mapBtn01{
	width: 160px;
	height: 34px;
	position: absolute;
	top: 235px;
	right: 105px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn01:hover{
	background-color:rgba(255,255,255,0.3);
}
/* 道の駅ことおか 直売施設 グリーンぴあ */
.mapBtn02{
	width: 202px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn02:hover{
	background-color:rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	.mapBtn01{
		width: 23%;
		height: auto;
		position: absolute;
		top: 45%;
		right: 15%;
		bottom:48%;
		line-height: 400%;
	}
	.mapBtn02{
		width: 28%;
		height: auto;
		position: absolute;
		top: 10%;
		right: 15%;
		bottom:80%;
		line-height: 400%;
	}
}
/* @media screen and (max-width: 640px) {
	.mapBtn{
		width: 23%;
		height: auto;
		position: absolute;
		right: 0;
		bottom:29%;
		line-height: 270%;
	}
} */

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

/* map内movie
--------------------------------*/
.gtcMap{
	display: flex;
	align-items: center;
}
.gtcMap_movie{
	width: 100%;
	max-width: 260px;
	max-height: 455px;
	margin-top: 220px;
	margin-right: -210px;
	z-index: 1;
	aspect-ratio: 9/16;
}
.gtcMap_movie iframe{
	border-top: 7px solid rgba(255,255,255,0.5);
	border-right: 7px solid rgba(255,255,255,0.5);
}
.gtcMap_movie img {
	border-top: 7px solid rgba(255,255,255,0.5);
	border-right: 7px solid rgba(255,255,255,0.5);
}
.gtcMap_map{
	position: relative;
}
@media screen and (max-width: 640px){
	.gtcMap{
		display: block;
	}
	.gtcMap_movie{
		max-width: 300px;
		max-height: 535px;
		margin: 0 auto 25px auto;
	}
	.gtcMap_movie iframe{
		border: none;
	}
	.gtcMap_map{
		width: 100%;
	}
	.mapBtn{
		width: 29%;
		height: 10%;
		top: auto;
		right: 52%;
		bottom: 60%;
	}
}
/* gif
--------------------------------*/
.gifBox{
	display: flex;
}
.gifImg:first-of-type{
	margin: 40px -70px 0 0;
	z-index: 1;
}
@media screen and (max-width: 640px){
	.gifBox{
		display: block;
	}
	.gifImg:first-of-type{
		margin: 0;
	}
}
/* movie ボタン・モーダル
--------------------------------*/
.movieBtnArea{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	margin: 20px 0 0;
	cursor: pointer;
	width: 80px;
	height: 180px;
	position: fixed;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 200;
}
#movieBtn{
	display: none;
}
a[class^="movie_Btn"]{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #ffb405;
	text-align: center;
	border-radius: 10px 0 0 10px;
	position: relative;
}
.movie_Txt{
	font-size: 13px;
	margin: 0 0 5px 0;
}
.reproduction_btn{
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	border: 0.05em solid currentColor;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
}
.reproduction_btn::before{
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 0.3em solid transparent;
	border-left: 0.5em solid currentColor;
	box-sizing: border-box;
	content: "";
}
@media screen and (max-width: 640px) {
	.movieBtnArea{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-justify-content: center;
		justify-content: center;
		margin: 20px 0 0;
		cursor: pointer;
		width: 60px;
		height: 70px;
		position: fixed;
		top:50%;
		transform: translateY(-50%);
		right: 0;
	}
	a[class^="movie_Btn"]{
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background-color: #ffb405;
	}
	.movie_Txt{
		font-size: 12px;
	}
	.reproduction_btn{
		font-size: 30px;
	}

}
/* 調整 */
.marginT {
	margin-top: -40px;
}
