@charset "utf-8";

/* ukiuki
-------------------------------------------------*/

.m_ukiuki{
	max-width:716px;
	margin:0 auto;
}
.m_amenohimuryou{
	max-width:682px;
	margin:0 auto;
}
.m_amenohitokuten{
	width:95%;
	max-width:371px;
	margin:0 auto;
}
.img_flow{
	width:100%;
	max-width:682px;
	margin:0 auto;
}
.m_wchance{
	max-width:616px;
	margin:0 auto;
}
.m_rainy-percent{
	max-width:411px;
	margin:0 auto;
}
.m_present{
	max-width:556px;
	margin:0 auto;
}

.fr_dot{
	position:relative;
	width:100%;
	max-width:750px;
	padding:1rem;
	text-align:center;
	border:4px dotted #a582ce;
	border-radius:1rem;
	margin:0 auto;
}
.n1::after,
.n2::after,
.n3::after{
	position:absolute;
	display:block;
	left:1%;
	top:-8vh;
	content:'';
	width:21%;
	max-width:134px;
	height:139px;
	background-image:url(/ukiuki/i_hana1.webp);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	z-index:1;
}
.n2::after{
	left:2%;
	top:-4vh;
	width:21%;
	background-image:url(/ukiuki/i_hana2.webp);
}
.n3::after{
	right:10%;
	top:-5vh;
	background-image:url(/ukiuki/i_hana3.webp);
}


.fr_yohou{
	position:relative;
	width:100%;
	max-width:750px;
	padding:1rem;
	text-align:center;
	background:#eef0ff;
	border:4px dotted #a582ce;
	border-radius:1rem;
	margin:0 auto;
}

.img_kappa{
	max-width:681px;
	margin:auto;
}

.wchance{
	text-align:center;
	max-width:616px;
	margin:0 auto;
}

.term{
	width:100%;
	max-width:470px;
	padding:.6rem 1rem .4rem;
	color:#fff;
	font-weight:bold;
	background:#2f9bd5;
	border-radius:.5rem;
	margin:0 auto;
}

@media screen and (max-width: 600px){
	.fr_yohou{
		text-align:left;
		padding-top:8vh;
	}
}
