@charset "UTF-8";
.l-content {
	margin-top: 0;
}
#content .drawer-hamburger {
	z-index: 102;
}
.gAlert {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF9F0;
	font-weight: normal;
	font-family: 'Noto Sans JP', -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
.gAlert_inner {
	max-width: 1044px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: content-box;
}
.gAlert_cols {
	display: flex;
	margin-left: auto;
}
.gAlert_col {}
.gAlert_col-no1 {
	width: 135px;
}
.gAlert_title {
	font-weight: bold;
	color: #d4461c;
	height: 40px;
	align-items: center;
	display: flex;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	justify-content: flex-start;
}
.gAlert_title > button {
	font-weight: inherit;
	color: inherit;
	width: 100%;
	display: block;
	pointer-events: none;
	height: 100%;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	text-align: left;
	caret-color: rgba(255, 255, 255, 0);
}
.gAlert_title > button > b {
	display: none;
	font-weight: inherit;
}
.gAlert_col-no2 {
	width: calc(100% - 225px);
}
.gAlert_list {
	list-style: none;
	max-height: 38px;
	font-size: 14px;
	overflow: hidden;
	font-weight: normal;
	margin: 0;
}
.isShow .gAlert_list {
	max-height: none;
}
.gAlert_list > li {
	border-top: 1px solid rgba(112, 112, 112, 0.14);
}
.gAlert_list > li:first-child {
	border-top: none;
}
.gAlert_list > li > a {
	display: block;
	text-decoration: none;
	color: #d4461c;
	align-items: center;
	padding: 0;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
}
.gAlert_col-no3 {
	width: 95px;
}
.gAlert_btn {
	display: flex;
	height: 40px;
	color: #d4461c;
	font-size: 14px;
	margin-left: auto;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	padding: 0;
	align-items: center;
	font-weight: normal;
	font-family: inherit;
	cursor: pointer;
	caret-color: rgba(255, 255, 255, 0);
}
.gAlert[data-count="0"] .gAlert_btn,
.gAlert[data-count="1"] .gAlert_btn {
	display: none;
}
.gAlert_btn > b {
	font-weight: inherit;
}
.gAlert_btn > b.-close {
	display: none;
}
.isShow .gAlert_btn > b.-open {
	display: none;
}
.isShow .gAlert_btn > b.-close {
	display: inline;
}
.gAlert_btn_icon {
	margin-left: 10px;
	transition-duration: .3s;
	transition-property: transform, top;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(45deg);
	border-left: none;
	border-top: none;
}
.isShow .gAlert_btn_icon {
	transform: translateY(0%) rotate(-135deg);
}
.realtime {
	margin-top: 90px;
	margin-bottom: 90px;
}
.realtime_inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
	padding-left: 20px;
	padding-right: 20px;
}
.realtime_title {
	font-size: 180%;
	font-weight: 500;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	margin-bottom: 35px;
	margin-top: 0;
	font-family: 'Lato', sans-serif;
	font-family: sans-serif;
	font-weight: 900;
}
.realtime_title::before {
	content: "";
	display: block;
	width: 66px;
	height: 8px;
	background-color: #D4461C;
	margin-bottom: 20px;
	margin-left: 0;
	position: relative;
	z-index: 2;
}
.realtime_title::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #707070;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 50px);
	box-shadow: 25px 0 0 #707070, -25px 0 0 #707070;
}
.realtime_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	row-gap: 15px;
	column-gap: 20px;
}
.realtime_box {}
.realtime_box_inner {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #dfdbdb;
	border-radius: 10px;
	color: #fff;
	padding: 12px;
	position: relative;
	z-index: 1;
	padding-right: 48px;
	align-items: center;
	box-shadow: 0 5px 15px rgba(39, 39, 39, 0.15);
	transition-duration: .3s;
	transition-property: opacity;
	justify-content: space-between;
	box-sizing: border-box;
	color: #000;
}
.realtime_icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: right;
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.realtime_icon::before {
	content: "";
	width: 9px;
	height: 9px;
	border: 2px solid #8297C9;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-25%) translate(-50%, -50%) rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.realtime_box_inner[data-status="warning"] .realtime_icon::before {
	border-color: #D56969;
}
.realtime_box_text {
	font-size: 112.5%;
	line-height: 1.15;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 140px;
	margin: 0;
}
.realtime_box_text-long {
	width: auto;
}
.realtime_box_text > img {
	display: block;
	margin-right: 9px;
}
.realtime_box_display {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px;
	color: #000;
	box-sizing: border-box;
	margin-left: auto;
	width: calc(100% - 150px);
}
.realtime_box_display-fit {
	width: auto;
	margin-left: 0;
	margin-top: 10px;
}
.realtime_status {
	display: flex;
	align-items: center;
	margin: 0;
}
.realtime_status_icon {
	width: 40px;
	height: 40px;
	background-image: url(/assets/img/home/icn-ok@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 8px;
}
[data-status="caution"] .realtime_status_icon {
	background-image: url(/assets/img/home/icn-alert@2x.png);
}
[data-status="warning"] .realtime_status_icon {
	background-image: url(/assets/img/home/icn-alert@2x.png);
}
.realtime_status > b {
	display: block;
	font-weight: inherit;
}
.realtime_status > img {
	display: block;
	margin-right: 7px;
}
.realtime_status_text {
	display: block;
	font-weight: inherit;
}
.realtime_box-alert {}
.realtime_box-fit {
	height: 100%;
}
.realtime_box_inner[data-status="safety"] {
	background-color: #8297C9;
	color: #fff;
}
.realtime_box_inner[data-status="caution"] {
	background-color: #ffeb04;
	color: #000;
}
.realtime_box_inner[data-status="warning"] {
	background-color: #D56969;
	color: #fff;
}
.realtime_box-alert > a::before {}
.realtime_box-alert > a::after {}
.realtime_box-fit > a {
	height: 100%;
	flex-direction: column;
	align-items: stretch;
	padding-right: 58px;
	justify-content: center;
}
.weatherBoxLoad {
	grid-row: span 3;
}
.weatherBox {
	border-radius: 10px;
	color: #fff;
	padding: 20px 20px;
	line-height: 1;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 35px;
	background-color: #8297C9;
}
.weatherBox_inner {
	width: 100%;
}
.weatherBox_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.weatherBox_areaText {
	width: calc(100% - 100px);
}
.weatherBox_update {
	font-size: 140%;
	margin-bottom: 9px;
	margin-top: 0;
}
.weatherBox_update > time {}
.weatherBox_degree {
	font-size: 400%;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}
.weatherBox_image {
	width: 100px;
	margin: 0 auto;
}
.weatherBox_image > img {}
.weatherBox_caution {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 0;
}
.headerTop {
	position: relative;
	width: auto;
	margin: 0;
	box-shadow: none;
	z-index: auto;
}
.headerBottom {
	position: relative;
	z-index: 2;
	margin: 0;
	width: auto;
}
.gHeader_circleLink-spBlock {
	display: none;
}
#content .drawer-overlay {
	z-index: 101;
}
@media screen and (min-width:1000px) {
	.realtime_box_inner:hover {
		opacity: .8;
		text-decoration: none;
	}
	a:hover .realtime_icon {
		right: 7px;
	}
	.gAlert_list > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 999px) {
	.realtime_box_inner {
		padding-right: 29px;
	}
	.realtime_icon {
		width: 20px;
		height: 20px;
		right: 5px;
	}
	.realtime_icon::before {
		width: 7px;
		height: 7px;
	}
	.realtime_box_text {
		font-size: inherit;
		width: 115px;
	}
	.realtime_box_text-long {
		width: auto;
	}
	.realtime_box_display {
		width: calc(100% - 120px);
	}
	.realtime_box_display-fit {
		width: auto;
	}
	.realtime_box-fit > a {
		padding-right: 39px;
	}
	#dropdownMenu > li .dropdown {
		display: none;
	}
	#dropdownMenu > li:hover .dropdown {
		display: none;
	}
	.gHeader_circleLink-spBlock {
		display: block;
		position: absolute;
		transform: none;
		right: 66px;
		top: 30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gHeader_circleLink-spNone {
		display: none;
	}
}
@media screen and (max-width:767px) {
	body {
		overflow: visible;
	}
	.gAlert {}
	.gAlert_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gAlert_cols {
		display: block;
	}
	.gAlert_col {
		width: auto;
	}
	.gAlert_col-no1 {}
	.gAlert_title {
		justify-content: center;
		font-size: 12px;
		height: auto;
	}
	.gAlert_title > button {
		height: 30px;
		pointer-events: auto;
		text-align: center;
	}
	.gAlert_title > button > b {
		display: inline;
		margin-left: 10px;
	}
	.isShow .gAlert_title > button > b {
		display: none;
	}
	.gAlert_col-no2 {
		display: none;
	}
	.isShow .gAlert_col-no2 {
		display: block;
	}
	.gAlert_list {
		font-size: 12px;
		border-bottom: 1px solid rgba(112, 112, 112, 0.14);
		max-height: none;
	}
	.isShow .gAlert_list {}
	.gAlert_list > li {}
	.gAlert_list > li:first-child {}
	.gAlert_list > li:last-child {}
	.gAlert_list > li:nth-child(2n + 1) {}
	.gAlert_list > li:nth-child(n + 3) {}
	.gAlert_list > li > a {
		line-height: 30px;
	}
	.gAlert_list > li > a::before {}
	.gAlert_list > li > a::after {}
	.gAlert_col-no3 {
		display: none;
	}
	.isShow .gAlert_col-no3 {
		display: block;
	}
	.gAlert_btn {
		width: 100%;
		font-size: 12px;
		height: 30px;
		justify-content: center;
	}
	.gAlert_btn > b {
		display: none;
	}
	.gAlert_btn > b.-close {
		display: inline;
	}
	.isShow .gAlert_btn > b.-open {}
	.isShow .gAlert_btn > b.-close {}
	.gAlert_btn::before {}
	.gAlert_btn::after {}
	.gAlert_btn > .icon {
		font-size: 10px;
		transform: rotate( -180deg);
		top: -2px;
	}
	.isShow .gAlert_btn > .icon {}
	.realtime {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.realtime_grid {
		row-gap: 10px;
		column-gap: 10px;
	}
	.realtime_inner {}
	.realtime_title {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.realtime_title::before {
		width: 38px;
		height: 4px;
		margin-bottom: 12px;
		margin-left: -20px;
	}
	.realtime_title::after {
		top: 2px;
	}
	.realtime_box {
		font-feature-settings: "palt";
	}
	.realtime_box-abs {
		grid-column: span 2;
	}
	.realtime_box_inner {
		border-radius: 5px;
		padding: 10px;
		padding-right: 30px;
	}
	.realtime_box_inner-spBlock {
		display: block;
	}
	.realtime_icon {
		right: 8px;
		width: 16px;
		height: 16px;
	}
	.realtime_icon::before {
		border-width: 1px;
		width: 5px;
		height: 5px;
	}
	.realtime_icon-spBlock {
		top: 17px;
	}
	.realtime_box_text {
		font-size: 12px;
		width: 90px;
	}
	.realtime_box_text-spWide {
		width: 100%;
	}
	.realtime_box_text-long {
		width: auto;
	}
	.realtime_box_text > img {
		width: 30px;
		margin-right: 5px;
	}
	.realtime_box_display {
		width: calc(100% - 97px);
		padding: 7px 10px;
		border-radius: 5px;
	}
	.realtime_box_display-spWide {
		width: auto;
		margin-top: 6px;
		margin-right: -20px;
	}
	.realtime_status {
		font-size: 13px;
		line-height: 1.1;
	}
	.realtime_status > img {
		width: 26px;
	}
	.realtime_status_icon {
		width: 25px;
		height: 25px;
		margin-right: 6px;
	}
	.realtime_status-signal > img {
		width: 59px;
	}
	.realtime_col-no2 {}
	.realtime_col-info {
		width: calc(53.41% - 10px);
		margin-bottom: 0;
	}
	.realtime_col-weather {
		width: 46.59%;
	}
	.realtime_box-alert {}
	.realtime_box-alert > a {}
	.realtime_box-fit > a {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.weatherBoxLoad {
		grid-row: span 2;
	}
	.weatherBox {
		padding: 10px 10px;
		border-radius: 5px;
		height: auto;
		display: block;
		height: 100%;
		overflow: hidden;
	}
	.weatherBox_wrap {
		display: block;
	}
	.weatherBox_areaText {
		width: auto;
		text-align: center;
	}
	.weatherBox_update {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.weatherBox_degree {
		font-size: 25px;
		text-align: center;
	}
	.weatherBox_image {
		width: auto;
		max-width: 63px;
		margin-left: auto;
		margin-right: auto;
	}
	.weatherBox_image > img {}
	.weatherBox_caution {
		margin-top: 11px;
		margin-top: 5px;
		width: 135px;
		font-feature-settings: "palt";
		white-space: nowrap;
		transform: scale(0.9);
		transform-origin: left top;
	}
	.headerBottom {
		position: sticky;
		top: 60px;
		width: 100%;
		z-index: 100;
	}
	#content .drawer-nav {
		z-index: 1000;
	}
	.opeInfo {
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.opeInfo_title {
		width: 80px;
	}
	.opeInfo_body {
		width: calc(100% - 80px);
	}
}
