@charset "UTF-8";
/* CSS Document */

html{background-color:#fff;}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	color:#444;
	}

p, a{ margin:0; padding:0;}

img{
	border: none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}
	
.clear{clear:both;}

a img:hover{
	opacity:0.5;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;}

header{
	width:100%;
	background:#f3f3f3;
	margin:0 auto 0 auto;
	padding-top:55px;
	text-align:center;
	}

header img{
	width:100%;
	max-width:960px;
	}


ul{
	margin:0 0 0 1em;
	padding:0;
	list-style:inside;
	}
a{ text-decoration:none;}

.red{ color:#F00;}

/*-------------------------------------ナビここから*/
nav{
	width:100%;
	height:50px;
	background-color:#db001c;
	margin:0 auto;
	box-sizing:border-box;
	}

nav ul li{ list-style:none;}
.menu, .menu__second-level{ margin:0; padding:0;}

.menu {
    position: relative;
	width:100%;
	max-width:960px;
    height:50px;
    margin: 0 auto;
}

.menu > li {
	font-size:100%;
	text-align:center;
    float: left;
    width:16.6666666666%;
    height:50px;
    line-height:50px;
}

.menu > li a {
    display: block;
    color: #fff;
	border-left: 1px solid #c40820;
	border-right:1px solid #fc5f73;
	box-sizing:border-box;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	text-align:left;
	box-sizing:border-box;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #ED714C;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background:#ED714C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

li.menu__single:hover ul.menu__second-level {
    top:50px;
    visibility: visible;
    opacity: 1;
	}



#container{
	width:100%;
	max-width:960px;
	margin: auto;
	padding:70px 0 0 0;
	}

.category img{ margin-bottom:50px;}

#member, #news, #yosan, #gikai, #link, #otoiawase, #form{ margin-bottom:200px;}

/*-------------------------------------議員紹介*/
#g_box1, #g_box2, #g_box3, #g_box4, #g_box5{
	width:97.9166666666%;
	box-sizing:border-box;
	margin:0 auto 50px auto;
	border:1px solid #aaaaaa;
	padding:10px;
	}

.mbr_photo{
	width:25%;
	margin-right:1.06382978723%;
	margin-bottom:10px;
	float:left;
	}

.mbr_photo img{ width:100%;}

.prof_box{
	width:73.5%;
	float:left;
	}


h1.name{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#000080;
	font-size:30px;
	border-bottom:1px solid #aaaaaa;
	}

p.prof1{
	line-height:150%;
	font-size:20px;
	margin-bottom:10px;
	margin-left:120px;
	text-indent:-120px;
	}
	
p.prof2{
	line-height:150%;
	font-size:20px;
	margin-bottom:10px;
	margin-left:60px;
	text-indent:-60px;
	}	

.address, .tel{
	line-height:150%;
	font-size:20px;
	margin-bottom:10px;
	}

.comment{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:5px;
	border-radius:5px;
	background-color:#ffefef;
	box-sizing:border-box;
	padding:10px;
	font-size:20px;
	line-height:180%;
	margin-bottom:12px;
	}

#g_box2 .comment, #g_box3 .comment, #g_box5 .comment{ margin-bottom:0;}


.twobtn a{
	height:60px;
	width:48.9583333333%;
	float:left;
	display: inline-block;
	text-align:center;
	line-height:60px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}


a.twobtn1{ margin:0 1.04166666666% 12px 0;background-color:#0C3; border: 2px solid #0C3;}
a.twobtn2{ margin:0 0 12px 1.04166666666%;background-color:#db001c; border: 2px solid #db001c;}
a.twobtn3{ margin:0 1.04166666666% 0 0;background-color:#3ab4ff; border: 2px solid #3ab4ff;}
a.twobtn4{ margin:0 0 0 1.04166666666%;background-color:#1563a7; border: 2px solid #1563a7;}

.twobtn1:after, .twobtn2:after, .twobtn3:after, .twobtn4:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.twobtn1:hover{color:#0C3;}
.twobtn2:hover{color:#db001c;}
.twobtn3:hover{color:#3ab4ff;}
.twobtn4:hover{color:#1563a7;}

.twobtn1:hover:after, .twobtn2:hover:after, .twobtn3:hover:after, .twobtn4:hover:after{
  height: 240%;
  opacity: 1;
}

.twobtn1:active:after, .twobtn2:active:after, .twobtn3:active:after, .twobtn4:active:after{
  height: 340%;
  opacity: 1;
}


/*-------------------------------------市議団ニュース*/
.box{
	width:97.9166666666%;
	margin:auto;
	}

h3{
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	background-color:#dd000c;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	}

#news ul, #gikai ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:inside;
	}

/*-------------------------------------予算要望*/
#yosan p{
	text-align:center;
	font-size:20px;
	line-height:180%;
	}

p.yosan_pdf{ margin-top:30px;}

.yosan_pdf a {
	font-weight:bold;
	color:#ED714C;
	padding-bottom:3px;
/*	border-bottom:2px solid #ED714C; */
	}

.yosan_pdf a:hover{ color:#db001c;}

/*-------------------------------------議会報告*/
#gikai p{
	text-align:center;
	font-size:20px;
	line-height:180%;
	margin-bottom:0px;
	}


/*-------------------------------------リンク集*/
#link p{
	text-align:center;
	font-size:24px;
	line-height:180%;
	margin-bottom:10px;
	}
	
#link a{
	font-weight:bold;
	color:#ED714C;
	}
	
#link a:hover{ color:#db001c;}		

/*-------------------------------------お問い合わせ*/
#otoiawase p{
	text-align:center;
	font-size:20px;
	line-height:180%;
	}

.form_box{
	width:97.9166666666%;
	box-sizing:border-box;
	margin:30px auto 50px auto;
	border:1px solid #aaaaaa;
	padding:10px;
	}

.onebtn{
	width:48.9583333333%;
	margin:auto;
	}

.onebtn a{
	height:60px;
	width:100%;
	display: inline-block;
	text-align:center;
	line-height:60px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}

a.onebtn1{ margin:10px auto 0 auto;background-color:#db001c; border: 2px solid #db001c;}

.onebtn1:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}

.onebtn1:hover{color:#db001c;}

.onebtn1:hover:after{
  height: 240%;
  opacity: 1;
}

.onebtn1:active:after{
  height: 340%;
  opacity: 1;
}






/*-------------------------------------フォーム*/
.gray{ color:#999;}	

.hissu{
	background-color:#F00;
	color:#fff;
	padding:3px;
	float:right;
	}

#form{ width:100%; padding-top:50px;}

.kakunin{
	text-align:center;
	font-size:18px;
	line-height:180%;
	margin-bottom:20px;
	}


#form table{
	margin:auto;
	border-collapse:collapse;
	margin-bottom:20px;
	border:solid 1px #CCCCCC;
	box-sizing:border-box; 
	}	

#form th{
	vertical-align:middle;
	text-align:left;
	padding:10px;
	font-weight:normal;
	background-color:#eeeeee;
	border:solid 1px #CCCCCC;
	width:20%;
	}

#form th.soudan{ vertical-align:top;}
	
#form td{
	box-sizing:border-box;
	padding:15px;
	border-bottom:dotted 1px #CCCCCC;
	}

input[type=text] {
	box-sizing: border-box;
	padding-left:5px;
	border-radius:2px;
	border:1px solid #f4b5ca;
	color:#666;
	font-size:12px;
	height:24px;
	}
	
.post input[type=text] { width:10%;}
#mail input[type=text] { width:60%;}
#address input[type=text] { width:50%;}	
	
textarea {
	width:80%;
	box-sizing: border-box;
	border-radius:2px;
	border:1px solid #f4b5ca;
	padding:5px;
	color:#666;
	font-size:12px;
	height:100px;
	}

.smp1 {
	cursor:pointer;
	font-size:110%;
	width:100px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;
	color: #fff;
	background:#dd000c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.smp1:hover {background-color:#ED714C;}	
	



/*-------------------------------------フッターここから*/

footer{
	background-color:#dd000c;
	padding:40px 0 150px 0;
	color:#fff;
	text-align:center;
	}



/*-------------------------------------トップに戻るここから*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
	letter-spacing: 0px;
	}

.pagetop a {
	display: block;
	background-color: #dd000c;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 15px;
	border-radius: 50%;
}
 
.pagetop a:hover {
    display: block;
    background-color:#ED714C;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 15px;
	border-radius: 50%;
}








.inner {
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* div */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	max-width:960px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
	padding:0;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 30px;
    height:20px;
    background: #db001c;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left:45%;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle span:nth-child(4) {
    top: 33px;
}
#nav-toggle span:nth-child(5) {
    top: 44px;
}





.fadein-mv02{
	overflow: hidden;
	transition: .8s;
	opacity: 0;
}

.mv02{
	opacity: 1.0;
}