@charset "UTF-8";
/**
*
* 桜ナビ　開花満開予想・開花メーターページ
*
*/

/* ==========================================================================
 桜スポット
========================================================================== */
/*ボタンのフォントサイズ 20180823追加ここから*/
@media screen and (min-width: 751px) {/*PC*/
	#sakura-lower .sakura-list li .btn a {
		font-size: 18px;
		font-size: 1.8rem;
		margin-top: -1.7em;
	}
}

@media screen and (max-width: 750px) {/*スマホ*/
	#sakura-lower .sakura-list li .btn a {
		font-size: 24px;
		font-size: 2.4rem;
	}
}


/* ==========================================================================
 マップ
========================================================================== */
/* 拡大縮小ボタン（スマホ） */
.leaflet-touch .leaflet-bar a {
	width: 60px;
	height: 60px;
	line-height: 50px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out	{
	font-size: 40px;
}

/* マーカー吹き出し（スマホ）*/
/* 吹き出しの大きさ*/
.leaflet-popup-content {
	margin: 22px 36px;
	line-height: 1.6;
}
/* 吹き出しの文字サイズ*/
.leaflet-popup-content span {
	font-size: 2.8em;
}

@media screen and (min-width: 751px) {
	/* 拡大縮小ボタン（PC） */
	.leaflet-touch .leaflet-bar a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out	{
		font-size: 22px;
	}
	/* マーカー吹き出し（PC）*/
	/* 吹き出しの大きさ*/
	.leaflet-popup-content {
		margin: 13px 19px;
		line-height: 1.4;
	}
	/* 吹き出しの文字サイズ*/
	.leaflet-popup-content span {
		font-size: 1.6em;
	}
}
/* btn-cmn2
------------------------------------------------------*/
.btn-cmn2 {
  display: inline-block;
}

.btn-cmn2 a {
  color: #fff;
  background: #ff79a4;
}
.btn-cmn2 a:after {
    border-color: #fff;
}