<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*
	縺泌ｽ灘慍繧ｽ繝輔ヨ繧偵◆縺壹�縺ｦ 隨ｬ60蝗�
-----------------------------------------------------------------------------------------------*/

/* 隕句�縺�18px縲譁�ｭ怜ｼｷ隱ｿ */
.tit_l , .gtc_em{
	color:#FFA60C;
}

/* 隕句�縺苓ｧ剃ｸｸ */
.tit_kadomaru{
	background:#FFA60C;
}

/* 隕句�縺励い繧､繧ｳ繝ｳ */
.tit_icoIn{
	background-color:#000FB7;
}

/* 隕句�縺励�繝ｼ繧ｫ繝ｼ */
.tit_maker span{
	background: linear-gradient(transparent 50%, #FFFF00 0%);
}

/* 莨夊ｩｱ */
.balloon .talk{
	background-image: linear-gradient(
		-45deg,
		#E0F4E9 35%,
		#FFF 25%,
		#FFF 50%,
		#E0F4E9 40%,
		#E0F4E9 85%,
		#FFF 75%,
		#FFF
	);
}

/* 莨夊ｩｱ荳ｭ邏ｹ莉� */
.balloon .talk_intro{
	color:#0054a1;
}

/* 繧ｹ繝昴ャ繝域棧 */
.bg_spot_out{
	background:#FF7272;
}
.bg_spot_in{
	border-top:5px solid #E56767;
}

/* 繧ｳ繝ｩ繝� */
.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:#FFE5E5;
	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 #F89301;
		border-right: 25px solid #F89301;
	}
}

/* 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;
}</pre></body></html>