@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap');

html, body { 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:300;
    line-height: 150%;
}

/* 
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
*/
hr{
	width: 80%;
}

h2{
    margin-bottom: 1%;
    margin-left: 3%;
	}

h2.sokuhou{
	margin-bottom: 1%;
	margin-left: 3%;
	color: rgb(85, 4, 160);
	}

h2.detail{
	margin-bottom: 1%;
	margin-left: 3%;
	color: rgb(136, 5, 23);
	}

#map {
	width: 100%;
	height: 150vh; /* 100% of viewport height */
	position: fixed; /* Fixed position so it stays in place when scrolling */
	top: 0; /* Position at the top of the viewport */
	left: 0; /* Position at the left of the viewport */
	z-index: -1; /* Place the map behind other content */
}

#selector{
    background-color: #ffffff;
    margin-top: 110%;
    display: grid;
}

#lolo2{
	margin-bottom: 2%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
	}

#lolo3{
		margin-bottom: 2%;
			font-family: 'Noto Sans JP', sans-serif;
			font-weight:500;
	}


.leaflet-interactive:not(.leaflet-polygon) {cursor: none;}

.headline{
    line-height: 150%;
	
}

.comment{
    line-height: 150%;
	font-size: 0.8em;
}


.time_s{
    font-size: 0.8em;
    margin-top: 1%;
    margin-left: 3%;
}

.fixedtime{
    font-size: 0.8em;
    margin-top: 1%;
    margin-right: 3%;
	text-align: right;
}

a.fixedtime {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 120px;
	/* margin: auto; */
/* 	padding: 1rem 4rem 1rem 3rem; */
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	left: 65%;
}

a.fixedtime::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.fixedtime:hover {
	background: #44c6f2;
	color: #fff;
}



.select_linm{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: flex; justify-content: space-between;
}

#radiobox{
    background-color: #dedede;
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    height: 60px;
    width: calc(100vw /2);
}

#lolo2::after {
    content: "に噴火が発生した場合の予報";
	font-size: 0.8em;
}


#radiobox label {
	padding: 0 0 0 24px;	/* ラベルの位置 */
	font-size: 16px;
	line-height: 28px;		/* ボタンのサイズに合わせる */
	display: inline;
	cursor:	pointer;
	position: relative;
}
#radiobox label:before {
	content: '';
	width: 28px;		/* ボタンの横幅 */
	height: 28px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2ebaee;
	border-radius: 50%;
}

#radiobox input[type="radio"] {
	display: none;
}

#radiobox input[type="radio"]:checked + label:after {
	content: '';
	width: 10px;		/* マークの横幅 */
	height: 10px;		/* マークの縦幅 */
	position: absolute;
	top: 9px;
	left: 9px;
	background-color: #fff;
	border-radius: 50%;
}

.headline{
	font-size: 0.8em;
	padding-left: 3%;
	padding-right: 3%;
}

.comment{
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 45%;
}