
/*===============================================================================
メインビジュアル
=================================================================================*/
/*ホームへ移動ボタン（スプラッシュページ）*/
.go_home_btn {
        display: none;
}

.splash_contentbox {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(100% - 90%);
        margin-bottom: 5%;
        z-index: 1000;
}

/*===============================================================================
緊急情報
=================================================================================*/
.emergency_box {
/*	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;*/
	width: 90%;
	max-width: 1100px;
	background: rgba(255,255,255,0.85);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 10px;
	border: 5px solid #c00;
	z-index: 10000;
}
h2.emergency_title {
	color: #fff;
	font-size: 160%;
	margin: 0;
	width: 180px;
	padding: 0 10px;
	padding-top: 20px;
	font-weight: 100;
	text-align: center;
	background: #c00;
	border-radius: 0;
}
h2.emergency_title span img {
	margin-top: -8px;
	width: 28px;
	margin-right: 10px;
}
ul.emergency_ul {
	width: 100%;
	max-height: 81px;
	padding: 20px 0;
	padding-left: 25px;
	margin: 0;
	border-radius: 0 10px 10px 0;
	background: #F8F08B;
}
ul.emergency_ul li {
	list-style: none;
	line-height: 1.5em;
	padding-left: 20px;
	color: #c00;
	background: url(../images/arrow_emergency.png) no-repeat left .2em;
	background-position: left;
	background-size: 17px;
	margin-bottom: .5em;
}
ul.emergency_ul li:last-child {
	margin-bottom: 0;
}
ul.emergency_ul li a {
	color: #c00;
}









@media screen and (max-width: 1100px){

/*ホームへ移動ボタン（スプラッシュページ）*/
.go_home_btn {
        display: block;
        text-align: center;
        font-size: 118%;
   width: 90%;
        line-height: 3.5em;
        letter-spacing: 0.1em;
   max-width: 1100px;
   background: #028002;
   margin: 0 auto;
   border-radius: 10px;
   z-index: 10000;
}
.go_home_btn a {
        display: block;
        color: #fff;
        text-decoration: none;
}	
	
/*===============================================================================
緊急情報
=================================================================================*/
.emergency_box {
	background: rgba(221,85,170,0.20);
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 10px 10px 0 0;
	display: inherit;
	bottom: 80px;
}
h2.emergency_title {
	color: #fff;
	font-size: 130%;
	margin: 0;
	padding: 6px 10px;
	font-weight: 100;
	text-align: center;
	background: #c00;
	width: 100%;
	box-sizing: border-box;
}
h2.emergency_title span img {
	margin-top: -8px;
	width: 28px;
	margin-left: 10px;
}
ul.emergency_ul {
	max-height: 100%;
	padding: 20px;
	padding-top: 10px;
	margin: 0;
	border-radius: 0;
	box-sizing: border-box;
}
ul.emergency_ul li {
	list-style: none;
	line-height: 1.5em;
	padding-left: 20px;
	background: url(../images/arrow_emergency.png) no-repeat left .2em;
	background-size: 16px;
}
}


@media screen and (max-width: 1000px){
.news {
	width: 94%;
}
}
















