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

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

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

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

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

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

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

/* スポット枠 */
.bg_spot_out{
	background:#7fddec;
}
.bg_spot_in{
	border-top:5px solid #82b6c3;
}

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

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

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

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

/* MAP上のリンクボタン
--------------------------------*/
.gtcMap {
	margin: 0 0 40px 0;
	position: relative;
}
/* 河口湖ハーブ館 */
.mapBtn{
	width: 184px;
	height: 36px;
	position: absolute;
	top: 257px;
	left: 4px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.mapBtn02{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 19px;
	right: 62px;
	border-radius: 100%;
	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 {
		position: absolute;
		top: 42%;
		left: 0%;
		width: 35%;
		height: auto;
		line-height: 260%;
	}
	.mapBtn02{
		width: 11%;
		height: auto;
		position: absolute;
		right: 7%;
		top: 2%;
		line-height: 430%;
	}
}
@media screen and (max-width: 640px) {
	.mapBtn {
		position: absolute;
		top: 42%;
		left: 0%;
		width: 38%;
 		height: auto;
		line-height: 244%;
}
	.mapBtn02{
		width: 11%;
		height: auto;
		position: absolute;
		right: 7%;
		top: 2%;
		line-height: 270%;
	}
}

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


/*
	シルクレーム番外編
-----------------------------------------------------------------------------------------------*/
/* シルクレームの人気メニューベスト5 */
.rank{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
}
.rank__item{
	width: calc((100% - 30px)/3);
	margin-right: 15px;
}
.rank__item:last-of-type{
	margin-right: 0;
}
.rank__imgArea{
	margin: 0 0 10px;
	position: relative;
}
[class^="rank__num"]{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	padding-top: 16px;
	width: 54px;
	height: 36px;
	color: #fff;
	font-weight: bold;
	background: url(../images/ico_rank_br.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -20px;
	left: -15px;
}
.rank__numSv{
	width: 60px;
	height: 40px;
	font-size: 18px;
	background: url(../images/ico_rank_sv.svg) center center no-repeat;
	background-size: cover;
	top: -22px;
}
.rank__numGd{
	width: 60px;
	height: 40px;
	font-size: 18px;
	background: url(../images/ico_rank_gd.svg) center center no-repeat;
	background-size: cover;
	top: -22px;
}
[class^="rank__tit"]{
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.rank{
		display: block;
	}
	.rank__item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

/* 手順 */
.txtBox__num{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ff8b02;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
}
.txtBox__num span{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.txtBox__num{
		width: 35px;
		height: 35px;
		top: -5px;
		left: -5px;
	}
	.txtBox__num span{
		font-size: 17px;
	}
}

/* ボタン */
.btnBase{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	margin: 20px 0 0;
}
.btnBase_l{
	margin: -15px 0 40px;
}
a[class^="btnBase__item"]{
	display: block;
	width: 280px;
	padding: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #26b7bc;
	text-align: center;
	border-radius: 45px;
	position: relative;
}
a[class^="btnBase__item"]::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:20px;
	margin-top: -2px;
}
a.btnBase__item_s{
	width: 200px;
	padding: 20px;
	font-size: 16px;
}
a.btnBase__item_s::after{
	width:6px;
	height:6px;
	right:15px;
}
@media screen and (max-width: 640px) {
	.btnBase{
		margin: 15px 0 0;
	}
	.btnBase_l{
		margin: -30px 0 30px;
	}
	a[class^="btnBase__item"]{
		width: 95%;
		padding: 20px;
		font-size: 18px;
	}
	a.btnBase__item_s{
		font-size: 15px;
	}
}

/* tiktok */
.tiktok{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px;
	background-color: #fff;
	border-top: 10px solid #47f5ed;
	border-left: 10px solid #47f5ed;
	border-right: 10px solid #f71553;
	border-bottom: 10px solid #f71553;
}
.tiktok__txtArea{
	width: 300px;
	margin-right: 20px;
}
.tiktok__tit{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fe2c55;
}
.tiktok__ico{
	width: 80px;
	margin: 0 auto 5px;
}
.tiktok__id{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tiktok__img{
	width: calc(100% - 320px);
}
@media screen and (max-width: 640px) {
	.tiktok{
		display: block;
		padding: 15px;
	}
	.tiktok__txtArea{
		width: 100%;
		margin-right: 0;
	}
	.tiktok__tit{
		font-size: 20px;
	}
	.tiktok__ico{
		width: 65px;
	}
	.tiktok__id{
		font-size: 15px;
	}
	.tiktok__img{
		width: 100%;
		margin-top: 15px;
	}

}
.top_movieArea{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.gtc_movie{
	width: 100%;
}
.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: #26b7bc;
	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: #26b7bc;
	}
	.movie_Txt{
		font-size: 12px;
	}
	.reproduction_btn{
		font-size: 30px;
	}
}
.gtcMap_movie{
	width: 100%;
	max-width: 280px;
	max-height: 490px;
	margin-right: -70px;
	z-index: 1;
	aspect-ratio: 9/16;
}
.gtcMap_map{
	width: 550px;
	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%;
	}
}