.widget-wrap,
.widget-wrap--sp {
		display: none;
		position: absolute;
		height: auto;
		top: 120px;
		right: 40px;
		z-index: 10;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
		text-align: center;
		padding: 20px 20px 5px;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.widget-wrap__weather,
.widget-wrap--sp__weather {
		margin-top: 15px;
		display: flex;
		align-items: center;
}

.widget-wrap__weather .weather,
.widget-wrap--sp__weather .weather {
		width: 50%;
}

.widget-wrap__weather .weather img,
.widget-wrap--sp__weather .weather img {
		display: block;
		margin: 0 auto;
}

.widget-wrap__weather .temperature,
.widget-wrap--sp__weather .temperature {
		width: 50%;
		color: #555;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
}

.widget-wrap p,
.widget-wrap--sp p {
		margin: 15px 0 0;
}

.widget-wrap__status,
.widget-wrap--sp__status {
		display: flex;
}

.widget-wrap__status .status-open,
.widget-wrap--sp__status .status-open {
		width: 50%;
}

.widget-wrap__status .status-open strong,
.widget-wrap--sp__status .status-open strong {
		display: block;
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
		line-height: 1;
		color: #555;
}

.widget-wrap__status .status-open strong span,
.widget-wrap--sp__status .status-open strong span {
		font-size: 42px;
}

.widget-wrap a,
.widget-wrap--sp a {
		display: block;
		position: relative;
		margin: 12px -20px 0;
		background-color: #999;
		color: #fff;
		font-size: 18px;
		padding: 8px;
		transition: all .3s ease;
}

.widget-wrap a::before,
.widget-wrap--sp a::before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-right: 0 none;
		margin-right: 5px;
		border-radius: 3px;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s ease;
}

.widget-wrap a:hover,
.widget-wrap--sp a:hover {
		color: #fff;
		text-decoration: none;
		padding-left: 15px;
}

.widget-wrap a:hover::before,
.widget-wrap--sp a:hover::before {
		border-left: 6px solid #fff;
		left: 20px;
}

.widget-wrap__snow,
.widget-wrap--sp__snow {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
}

.widget-wrap__snow .snow-name,
.widget-wrap--sp__snow .snow-name {
		display: block;
		width: 100%;
}

.widget-wrap__snow .snow-cm,
.widget-wrap--sp__snow .snow-cm {
		width: 50%;
}

.widget-wrap__snow .snow-cm span,
.widget-wrap--sp__snow .snow-cm span {
		display: block;
		font-size: 42px;
		font-weight: bold;
		line-height: 1;
		color: #555;
}

@media screen and (max-width: 768px) {
		.widget-wrap {
				display: none;
		}
		.widget-wrap--sp{
				display: block;
		}
		.widget-start {
				cursor: pointer;
		}
		.widget-start img {
				width: 30px;
		}
		.widget-wrap--sp {
				position: relative;
				top: auto;
				right: auto;
				width: 100%;
				color: #555;
				margin-bottom: 30px;
				background-color: rgba(255, 255, 255, 0.9);
		}
		#sidebar-weatherInfo-container,
		#sidebar-weatherInfo-container + hr,
		#sidebar_liveCamera_container,
		#sidebar_liveCamera_container + hr,
		#sidebar-status-container {
				display: none;
		}
}
