﻿@charset "utf-8";

/* =======================================================================
	common
======================================================================= */
/*  base
------------------------------------------------ */
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-top:8px solid #000;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}
body *,
body *:before,
body *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	#wrap{
	width:96%;
	margin:0 auto;
}

/*  header
------------------------------------------------ */
#headerArea{
	width:96%;
	margin:0 auto;
	/*padding:35px 0;*/
}
#headerArea:after {
	content: "";
	display: block;
	clear: both;
}
/*
#headerArea h1{
	float:left;
	width:75%;
	display:inline-block;
	padding:15px 0 15px 75px;
	font-size:36px;
	line-height:1.2;
	letter-spacing:-1px;
	background: url(../images/hd_logo.png) no-repeat left center;
}
*/
/* add style start */
#headerArea h1{
	float: left;
	// 2018/02/03 START
	//width: 43%;
	width: 75%;
	// 2018/02/03 END
	display: inline-block;
	padding: 15px 0 30px 0;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -1px;
}
#headerArea h1 img{
	display: inline-block;
	vertical-align: middle;
}
#headerArea h1 p{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
/* add style end */
.hdNavi{
	float:right;
	// 2018/02/03 START
//	width:54%;
//	padding: 15px 0;
	// 2018/02/03 END
	width:25%;
	padding: 5px 0;
}
.hdNavi:after {
	content: "";
	display: block;
	clear: both;
}
.hdNavi ul{
	display:table;
	// 2018/02/03 START
//	width:50%;
	width:30%;
	// 2018/02/03 END
	/*float:left;*/
	float:right;
}
.hdNavi ul li{
	display:table-cell;
	padding:10px;
	font-size:16px;
	vertical-align:middle;
	background:#ececec;
}
.hdNavi ul li.ttl{
	padding:10px 5px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.hdNavi ul li.btn{
	padding:10px 10px 10px 0;
	text-align:right;
}
.hdNavi ul li.btn a{
	display: block;
	text-decoration: none;
	line-height: 1;
	background:#ff6b00;
}
.btn_select{
	width:auto;
	padding:14px 0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#ff6b00;
	background: url(../images/btn_bg.png) no-repeat 0 0;
}
.select{
	padding:0;
	font-size:14px;
	line-height: 1.2;
	background:url(../images/btn_pulldown.png) right top no-repeat;
	height: 44px;
}

/*  breadcrumb
------------------------------------------------ */
.breadcrumb{
	background:#f0f0f0;
}
.breadcrumb ul{
	width:96%;
	margin:0 auto;
}
.breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumb ul li{
	padding:12px 15px 12px 0;
	float: left;
}
.breadcrumb ul li:before{
 content:"＞";
 margin-right: 15px;
}
.breadcrumb ul li:first-child:before{
 content:none;
}
/*  pageTitle
------------------------------------------------ */
.pageTitle{
	background:#00b08e;
}
.pageTitle h2{
	width:96%;
	margin:0 auto;
	padding:15px 0;
	font-size: 22px;
	color:#FFF;
}


/*  footerNavi
------------------------------------------------ */
#footerNavi{
	width:100%;
	margin-top:45px;
	background: url(../images/bg_img.png) center top;
}
#footerNavi .box{
// 2018/02/07 START
	width:100%;
	margin:0 auto;
	padding:40px 0;
	background: url(../images/bg_img.png) center top;
// 2018/02/07 END
}
#footerNavi .box:after {
	content: "";
	display: block;
	clear: both;
}
#footerNavi .box .fmenu{
	display:table;
	float:left;
}
#footerNavi .box .fmenu li{
	display:table-cell;
	padding-right:40px;
}
#footerNavi .box .fmenu li .m1{
	padding:5px 0px 0px 25px;
	background: url(../images/icon_arrow_g2.png) no-repeat left center;
}
#footerNavi .box .fmenu li .m2-1,
#footerNavi .box .fmenu li .m2-2{
	padding:0px 0px 0px 40px;
}
#footerNavi .box .fmenu li .m2-1:before{
	content: "┣";
	margin: 0px;
	position: relative;
	top: 0px;
}
#footerNavi .box .fmenu li .m2-2:before{
	content: "┗";
	margin: 0px;
	position: relative;
	top: 0px;
}
#footerNavi .box .ftext{
	float:right;
// 2018/02/07 START
	background: url(../images/bg_img.png) center top;
// 2018/02/07 END
}


#footerNavi .box .ftext p{
	text-align:right;
	font-size:12px;
	line-height:1.8;
}
#footerNavi .box .ftext p.ttl{
	font-size:18px;
	font-weight:bold;
}

/*  footer
------------------------------------------------ */
#footer{
	display:table;
	width:96%;
	margin:0 auto;
	padding:25px 0;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
}
#footer .link{
	float:left;
	display:table;
}
#footer .link li{
	display:table-cell;
	padding:0 15px;
	border-left:1px solid #ccc;
	font-size:12px;
}
#footer .link li:first-child{
	border-left:none;
}
#footer .copy{
	float:right;
	font-size:12px;
}

/*  モーダルウインドウ
------------------------------------------------ */
#modalOverlay{
	z-index:99;
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/modal_bg_w.png) top left repeat;}
#modalContent{
	width:70%;
	position:fixed;
	display: none;
	z-index: 100;
	border:2px solid #000;
	padding:20px;
	background: #FFF;
}
p.modalTitle{
	padding-bottom: 20px;
	font-size:20px;
	font-weight:bold;
}
ul.areaSelect{
	height:170px;
	overflow: auto;
}
ul.areaSelect li{
	width:140px;
	padding:10px 5px;
	float: left;
}
#modalContent .btn{
	margin-top:20px;
	text-align: center;
}
#modalContent .btn button{
	margin:0;
	padding:0;
	border:0;
	font-size:24px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	overflow:visible;
	display:inline-block;
	-webkit-appearance:button;
	position:relative;
	cursor:pointer;
}
.btn_decision{
	width:470px;
	height:64px;
	color:#fff;
	background:#000 url(../images/icon_arrow_w.png) no-repeat right center;
}
#modalClose{
	position: absolute;
	top:10px;right:10px;
}



/* =======================================================================
	幅調整（tab/sp用）
======================================================================= */
/*  771px以上1100px以下
------------------------------------------------ */
@media (min-width : 771px) and (max-width : 1100px) {
	#headerArea{
		/*padding:15px 0;*/
	}
	#headerArea h1{
		width:60%;
		/*padding:40px 0 40px 75px;*/
		padding: 15px 0 30px 0;
	}
	.hdNavi{
		width:40%;
	}
	.hdNavi ul{
		width:100%;
		margin-bottom:2px;
	}
.hdNavi ul li.ttl{
		width:40%;
	}
}

/*  770px以下
------------------------------------------------ */
@media (max-width : 770px) {
/*header*/
	body {
		border-top:none;
	}
#headerArea{
	width: 100%;
	padding:0;
}
#headerArea h1{
	float:none;
	width:100%;
	/*padding:15px 0 15px 60px;*/
	padding: 15px 0 30px 10px;
	font-size:26px;
	background-size:40px 40px;
	border-top:8px solid #000;
	background-position:10px center;
}
.hdNavi{
	float:none;
	width:96%;
	margin:0 auto;
	padding:10px 0;
}
.hdNavi:after {
	content: "";
	display: block;
	clear: both;
}
	.hdNavi ul{
		width:50%;
		float: left;
		margin-bottom:2px;
	}
.hdNavi ul li.ttl{
		width:40%;
	}
.hdNavi ul li{
	display:table-cell;
	padding:5px;
	font-size:14px;
	vertical-align:middle;
	background:#ececec;
}
.hdNavi ul li.ttl{
	padding:5px 3px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.hdNavi ul li.btn{
	padding:5px 5px 5px 0;
	text-align:right;
}
.btn_select{
	width:auto;
	padding:8px 5px;
	font-size:12px;
	white-space: nowrap;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#ff6b00;
	background: url(../images/btn_bg.png) no-repeat 0 0;
	background-size:cover;
}
.select{
	padding:0;
	font-size:14px;
	line-height: 1.2;
	background:url(../images/btn_pulldown.png) right top no-repeat;
	background-size:30px 30px;
	height: 30px;
}
.easy-select-box .esb-displayer{
	padding:0 30px 0 0;
	height:30px!important;
	font-size: 14px;
}
/*footerNavi*/
#footerNavi{
	width:100%;
	margin-top:20px;
	background: none;
}
#footerNavi .box{
	width:100%;
	padding:0;
}
#footerNavi .box .fmenu{
	display:block;
	float:none;
}
#footerNavi .box .fmenu li{
	display:block;
	padding-right:0px;
}
#footerNavi .box .fmenu li .m1{
	padding:0;
	border-top:2px solid #CCC;
	background: url(../images/bg_img.png) center top;
	background-size:48px 50px;
}
#footerNavi .box .fmenu li .m2-1,
#footerNavi .box .fmenu li .m2-2{
	padding:0;
	border-top:1px solid #CCC;
	background:#FFF;
}
#footerNavi .box .fmenu li .m1 a{
	display:block;
	padding:10px;
	background: url(../images/icon_arrow_g3.png) no-repeat right center;
}
#footerNavi .box .fmenu li .m2-1 a,
#footerNavi .box .fmenu li .m2-2 a{
	display:block;
	padding:10px ;
	background: url(../images/icon_arrow_gl.png) no-repeat right center;
}
#footerNavi .box .fmenu li .m2-1:before,
#footerNavi .box .fmenu li .m2-2:before{
	content:none;
}
#footerNavi .box .ftext{
	width:100%;
	float:none;
	margin-top:10px;
	padding:20px 0;
	background: url(../images/bg_img.png) center top;
	background-size:48px 50px;
}
#footerNavi .box .ftext p{
	text-align:center;
	font-size:12px;
	line-height:1.8;
}
#footerNavi .box .ftext p.ttl{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
/*footer*/
#footer{
	display:block;
	width:100%;
	padding:0;
}
#footer .link{
	float:none;
	display:block;
	border-top:2px solid #ccc;
}
#footer .link li{
	display:block;
	padding:0;
	border-bottom:2px solid #ccc;
}
#footer .link li a{
	display:block;
	padding:10px;
	background: url(../images/icon_arrow_gl.png) no-repeat right center;
}
#footer .copy{
	float:none;
	padding:12px;
	text-align:center;
	font-size:10px;
}
/*modal*/
#modalContent{
	width:90%;
}
p.modalTitle{
	padding-bottom: 10px;
	font-size:18px;
}
#modalContent .btn button{
	font-size:18px;
}
.btn_decision{
	width:200px;
	height:50px;
}
}
/*  500px以下
------------------------------------------------ */
@media (max-width : 500px) {
/*header*/
	.hdNavi ul{
		width:100%;
		margin-bottom:2px;
	}
}


/* =======================================================================
	基本色設定 （全ページ用）
======================================================================= */
/*border*/
body,
.contBox,
#headerArea h1,
#wrap hr,
#infoArea dl,
#infoBoxArea ul li,
#shelterArea ul li,
.volunteer dl,
#modalContent
{
	border-color:#00b08e!important;
}
/*background*/
.hdNavi ul li.ttl,
.contBox h2,
#maptab li,
.btn_decision
{
	background-color:#00b08e!important;
}
/*font*/
#headerArea h1,
.breadcrumb ul li span,
#infoArea dl dt,
#infoBoxArea ul li p.day,
#shelterArea ul li p.day,
.volunteer dl dd p.day,
#footer .copy,
p.modalTitle
{
	color:#00b08e!important;
}

/*系列色（ハザードマップタブ）*/
#maptab li.active{
	background-color:#4dc8b0!important;
}
#maptab{
	border-color:#4dc8b0!important;
}
/* =======================================================================
	アイコン設定
======================================================================= */
.title_ft .fa{
	color: white;
	padding-top: 12px;
	padding-left: 12px;
}
.chev_ft .fa{
	color: #00b08e;
	padding-left: 10px;
	padding-top: 18px;
}
.chev_ft_wr .fa{
	color: white;
	float: right;
	position: static;
	padding-top: 22px;
	padding-right: 16px;
}
.icon, .fa {
	position: absolute;
	display: inline-block;
}
@media (max-width : 770px) {
.title_ft .fa{
	color: white;
	padding-top: 6px;
	padding-left: 12px;
}
.chev_ft .fa{
	color: #00b08e;
	padding-left: 10px;
	padding-top: 14px;
}
.chev_ft_wr .fa{
	color: white;
	float: right;
	position: static;
	padding-top: 15px;
	padding-right: 16px;
}
}
