@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 18px;
	line-height: 2;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover, .active{
	color: #e44389;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 30px;
}

#mainnav a{
	color: #000;
}
/*追加*/
#mainnav a:hover, .active{
	color: #e44389;
}


#mainImg{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}


/*ヘッダースライド追加*/
.slide{
  position:relative;
}
.slide img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  opacity:0;
}
/* レスポンシブ対応処置 */
.slide:before{
  content:"";
  display:block;
  padding-top:50%; /* 画像の高さを横幅に対する比率で設定 */
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 60px;
}

section h2{
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background-size: 1px 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	line-height: 1.5;
	color: #e44689;
}

section h2 span {
	font-size: 0.7em;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;/*80px*/
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
	margin-top: 20px;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	margin-bottom: 20px;
	line-height: 0 !important;	/*background: #f6f6f6;*/
	padding: 0px;
	text-align: center;
}

#sec04_02{
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/common/supporter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/*追加*/
#sec05 a{
	color: #fff;
}
#sec05 a:hover, .active{
	color: #e44389;
}
#sec05 .name{
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	/*body{
		font-size:16px;
	}*/
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		/*font-size: 16px;*/
	}

	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 25%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 50%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 45%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 20px;/*70px*/
	}
	/*.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}*/
	
	/*spでも3つ並びのままに変更*/
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	/*spで中央寄せ表示追加*/
	.col2 li{
		text-align: center;
	}
	/*sp表示文字サイズ*/
	body{
		font-size:16px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;
		z-index: -100;
	}
	.col3 li{
		margin: 0x auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}


/*---------------------------新規追加----------------------------*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: inline !important;
}
.sp {
	display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 799px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*改行指定 */
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
/*改行指定 ///*/

section h3 {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	background-size: 1px 1px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/*リンクボタン*/
a.btn-border {
	border-radius: 0;
	background-color: #f19ec2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f19ec2;
	border-right-color: #f19ec2;
	border-bottom-color: #f19ec2;
	border-left-color: #f19ec2;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

a.btn-border:hover {
	color: #f19ec2;
	background-color: #fff;
}
/*リンクボタン///*/


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}#sec05 {
	background-color: #f19ec2;
	color: #FFFFFF;
}


/*------------ポップアップここから------------*/
.popup_wrap input {
	display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.5s;
	line-height: 1.8em;
	text-align: left;
	padding: 50px;
}

.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 25px;
	cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
  transition: .3s ease;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	margin-bottom: 0px;
}
.open_btn:hover{
	color:#f19ec2;
    transition: .3s ease;
}
.img_yohaku/*ポップアップココまで*/
 {
	max-width: 100%;
}

/*トップへボタン追加*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 2.5%;
	bottom: 2.5%;
	background: #e44389;
	opacity: 0.6;
	border-radius: 50px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  /*top: 0;
  bottom: 0;
  right: 0;
  left: 0;*/
  margin: auto;
  text-align: center;
}

/*PROFILE table*/
.table01 {
	border-top: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;  /*font-size:14px;*/
}

.table01 tr {
  border-bottom: 1px solid #ccc;
}

.table01 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 3%;
}

.table01 th {
  text-align: center;
  padding: 16px;
  width: 25%;
  font-weight: normal;
  background-color:#f0f0f0;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .table01 th {
    padding: 10px 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
  }
  .table01 td {
    padding: 10px 20px;
	display:block
  }
}


/*LINK table*/
.table02 {
	border-top: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;  /*font-size:14px;*/
}

.table02 tr {
  border-bottom: 1px solid #ccc;
}

.table02 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 3%;
}

.table02 th {
	padding: 16px;
	font-weight: normal;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .table02 th {
    padding: 10px 20px 0;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
  }
  .table02 td {
    padding: 0 20px 10px;
	display:block
  }
}


/*一般質問 table*/
.table03 {
	border-top: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;  /*font-size:14px;*/
}

.table03 tr {
  border-bottom: 1px solid #ccc;
}

.table03 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 3%;
}

.table03 th {
	text-align: center;
	padding: 16px;
	width: 35%;
	font-weight: normal;
	background-color:#f0f0f0;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .table03 th {
    padding: 10px 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
  }
  .table03 td {
    padding: 10px 20px;
	display:block
  }
}




.ul01, .li01 {
	list-style-type: disc;
	margin-left: 10px;
}

.ol02, .li02 {
	list-style-type: decimal;
	margin-left: 13px;
	margin-bottom: 15px;
}

/*議会一般質問　通常数字,行間スペースあり*/
.ol03, .li03 {
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 20px;
}

/*議会一般質問　（）付き数字,行間スペースなし,小リスト*/
ol.list_parentheses{
	margin-left: 1em;
}
 
ol.list_parentheses li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ol.list_parentheses li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
	display:inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

/* 議会一覧へ戻るリンクの位置調整　スマホ時のみ*/
@media screen and (max-width: 767px) {
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
}


/*括弧*/
.box01 {
	background-color:#e44389;/*背景色*/
	color:#ffffff;/*文字色*/
	font-weight:bold;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-top: 1.5%;
	padding-right: 10px;
	padding-bottom: 1.5%;
	padding-left: 10px;
}
.box01 p {
	line-height: 1.5;
}
.img_seisaku {
	margin-top: 20px;
}


/*アコーディオン*/
.sample-accordion {
	min-width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sample-accordion .ac-content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
}
.sample-accordion label:hover {
	color: #e44389;
}
.sample-accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 8px;
}
.sample-accordion input:checked + .ac-cont {
	height: auto;
	box-sizing: border-box;
	padding-left: 8px;
}


/*議会一般質問*/
.question {
	color: #e44689;/*文字色*/
	border: thin solid #e44689;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	margin-bottom: 30px;
	font-size: 1.2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* スマホ時のみ　位置調整*/
@media screen and (max-width: 767px) {
.question{
    display: block;
    margin-top: -30px;
}
}
