@charset "UTF-8";

/*--- クリアフィックス ---
.clearfix {
	@include pie-clearfix();
}*/
.clearFix {
  min-height: 1px;
}
/* line 35, ../sass/style.scss */
.clearFix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* --- 全体の背景・テキスト ---*/
a {
	text-decoration: none;
	color: #858585;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  color: #858585;
  min-width: 1280px;
  background: url(../images/back.png) no-repeat;
}
h2 {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 2.6rem;
	color: #4d4d4d;
	line-height: .7em;
	padding: 2em 0 1em;
	line-height: 1.3;
}
.small {
	font-size: .8rem;
}
.nosp {
	display: block;
}
.nopc {
	display: none;
	margin-right: 1em;
}

.new{
	display:inline-block;
	background:#903;
	margin-right:10px;
	padding:3px 5px;
	color:white;
}

.news span{
	margin-left:0 !important;
}

button {
	display: none;
}

header {
	position: relative;
}
header .logo {
	float: left;
	margin-left: 3em;
}
header .logo img.pc {
	display: block !important;
	z-index: 999;
	left: 6em;
	top: 4em;
}
header .logo img.sp {
	display: none !important;
}
.head-text {
	color: #FFF;
	position: absolute;
	top: 7em;
	height:32vw;
	right:calc(50vw - 33px);
	z-index: 4;
}
.head-text img {
	height: 100%;
}
/* --- グローバルメニュー --- */
button {
	display: none;
}
.global {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	z-index: 99;
}
.global-menu {
	margin: 4em auto 1em;
	z-index:5;
}
.global-menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	margin: .5em 1em 0 0;
	padding: 0;
	float: right;
	z-index:5;
}
.global-menu ul li {
	border-right: 1px solid #858585;
	display: table-cell;
	vertical-align: middle;
	padding: .3em 10px;
	z-index:5;
}

.global-menu ul li a {
	padding: .2em 1.4em;
}

.global-menu ul li:first-child {
	border-left: 1px solid #858585;
}
.global-menu ul li:nth-child(4) {
	display: inline-block;
	text-align: center;
	transform-origin: top left;
	transform: scaleX(.8);
}
.global-menu ul li:nth-child(5) {
	display: inline-block;
	margin-left: -3em;
}
.global-menu ul li:last-child a {
	color: #FFF;
	background-color: #000;
	font-size: 0.9rem;
}
.fix-header {
	background-color: #fff;
	top: -66px;
	left: 0;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	position: fixed;
	opacity: 0;
	z-index: 1000;
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
}
.fix-header-contents {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
}
.fix-header-logo {
	float: left;
	margin-left: 6em;
}
.fix-header-menus ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	margin: 1.5em 1em 0 0;
	padding: 0;
	float: right;
}
.fix-header-menus ul li {
	border-right: 1px solid #858585;
	display: table-cell;
	vertical-align: middle;
	padding: .3em 10px;
}
.fix-header-menus ul li a {
	padding: .2em 1.4em;
}
.fix-header-menus ul li:last-child a {
	color: #FFF;
	background-color: #000;
	font-size: 0.9rem;
}
.fix-header-menus ul li:first-child {
	border-left: 1px solid #858585;
}
.fix-header-menus ul li:nth-child(4) {
	display: inline-block;
	text-align: center;
	transform-origin: top left;
	transform: scaleX(.8);
}
.fix-header-menus ul li:nth-child(5) {
	display: inline-block;
	margin-left: -3em;
}
header .mainvisual img {
	height: 32vw;
	width: 76vw;
	margin-top: 8em;
	position: absolute;
	right: 0;
}
header .subvisual img {
	height: 39vh;
	width: 76vw;
	margin-top: 8em;
	position: absolute;
	right: 0;
}
article.wrapper {
	min-width: 1000px;
	width: 1000px;
	margin: 42vw auto 3em;
}
article.sub-page-wrap {
	width: 1000px;
	min-width: 1000px;
	margin: 50vh auto 3em;
}
article p {
	text-align: center;
	margin-bottom: 2em;
}
article p a {
	text-decoration: underline;
}
section {
	text-align: center;
	color: #2B2B2B;
}

section.next{
	margin-top:100px;
}

.scientific {
	width: 710px;
	height: 300px;
	margin: 0 auto 2em;
}
.information ul li {
	width: 800px;
	margin: 0 auto 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #d3d3d3;
}
.information ul li .ymd {
	float: left;
	margin: 0 0 0 5em;
}
.information ul li .info-detail {
	margin: 0;
}
.scientific .number {
	font-size: 4.3rem;
	color: #d3d3d3;
	margin-right: 2rem;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 231px;
}
.scientific .details {
	border-left: 6px solid #d3d3d3;
	padding: 1.4em 0;
	width: 70%;
	float: left;
}
.scientific .details ul {
	margin-left: 2em;
	line-height: 1.8em;
}
.scientific .details ul li {
	text-align: left;
	color: #4d4d4d;
}
.scientific .details ul li:first-child {
	font-weight: bold;
}
.scientific .details ul li a {
	text-decoration: underline;
}

.scientific .details .banner:hover{
	opacity: 0.8;
}

.jsprs {
	width: 100%;
	margin: 2em auto;
	text-align: center;
}
/* --- 運営について --- */
.bold {
	font-weight: bold;
}
.constitution {

}
.constitution ul {
	width: 100%;
	text-align: left;
}
.constitution ul li {
	margin-bottom: 1em;
	list-style-type: decimal;
}
section.by-law ul {
	text-align: left;
	margin-bottom: 2em;
	margin-left: 2em;
}
section.by-law ul > li.chapter {
	margin-left: -2em;
}
section.by-law ul > li {
	margin-bottom: 1em;
}
.councilor {

}
.councilor table {
	table-layout: fixed;
	width: 100%;
	margin: .5em auto;
	text-align: left;
}
.councilor table tr:nth-of-type(5) {
	text-align: center;
}
.councilor table tr td {
	height: 2em;
	border: 1px solid gray;
	text-align: center;
	vertical-align: middle;
}
.councilor p {
	text-align: right;
}
/* --- 施設一覧 --- */
.facility-list　{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
.facility-list table {
	table-layout: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, .7);
}
.facility-list table tr th {
	height: 3em;
	vertical-align: middle;
	border: 1px solid gray;
	background-color: rgba();
}
.facility-list table tr td {
	text-align: left;
	height: 4em;
	vertical-align: middle;
	padding-left: 1em;
	border: 1px solid gray;
}
.facility-list p {
	margin-top: 1em;
	text-align: left;
	font-size: .8rem;
}
/* --- お問い合わせ --- */
#formWrap {
	width: 824px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td,
table.formTable th {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 10px;
}
table.formTable th {
	width:30%;
	font-weight: normal;
	background: rgba(255, 255, 255, .7);
	text-align: center;
	vertical-align: middle;
}
table.formTable td {
	text-align: left;
}
.submit {
	width: 824px;
	margin: 1em auto 2em;
	border-radius: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	background-color: #555;
	letter-spacing: 2em;
	text-indent: 2em;
}
input.text,
textarea {
	width: 96%;
	height: 100%;
}
.contact p:last-child {
	margin-bottom: 2em;
}
.secretariat div {
	width: 80%;
	border: 1px solid #d3d3d3;
	padding: 1em;
	margin: 0 auto;
}
.disaster h3 {
	font-size: 1.4rem;
}
.disaster p {
	text-align: center;
	margin-top: 1em;
	line-height: 1.2;
}


/* --- 会員専用 --- */
.backnumber {
	margin: 0 auto;
}
.backnumber ul {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.backnumber ul li {
	margin: 10px 14px;
	padding: 20px;
	border: 1px solid gray;
}
.backnumber ul li a {
	display: block;
}
.document {
	width: 800px;
	margin: 0 auto;
}
.document .doc-box {
	margin-bottom: 2em;
}
.document .doc-box p {
	margin-bottom: .5em;
}
.document .doc-box a {
	width: 44%;
	border: 1px solid gray;
	display: block;
	float: left;
	padding: 1em;
}
.document .doc-box a:nth-of-type(1) {
	margin-right: 2em;
}
.document .doc-box:last-child a {
	width: 96%;
}
footer {
	min-width: 1000px;
	text-align: center;
}
.copyright {
	position: relative;
	width: 100%;
	margin: 10px 0 20px;
	padding: 20px 0;
	color: #aaa;
	font-size: .75rem;
	text-align: center;
}
.copyright:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 74%;
	height: 2px;
	margin: 0 auto;
	text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #aaa 25%, #aaa 75%, transparent);
    background-image: linear-gradient(to right, transparent, #aaa 25%, #aaa 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.fix_menu_smartphone {
	display: none;
}

.colona_btn{
	background:#903;
	width:800px;
	text-align:center;
	margin:0 auto;
	border-radius:15px;
-moz-box-shadow: 0px 4px 0px rgba(176,66,90,0.8);
-webkit-box-shadow: 0px 4px 0px rgba(176,66,90,0.8);
-o-box-shadow: 0px 4px 0px rgba(176,66,90,0.8);
-ms-box-shadow: 0px 4px 0px rgba(176,66,90,0.8);
	box-shadow: 0px 4px 0px rgba(176,66,90,0.8);
	text-decoration:underline;
}

.colona_btn:hover{
	opacity:0.8;
}

.colona_btn a{
	display:block;
	padding:20px 0;
	color:white;	

}



/* --- media query --- */

@media screen and (max-width: 1280px) and (min-width: 641px) {
	header .logo img.pc {
		display: none !important;
	}
	header .logo img.sp {
		display: block !important;
	}
	header .mainvisual img {
		width: 100%;
		height:450px;
		border-radius:0;
	}
	article.wrapper {
	min-width: 1000px;
	width: 1000px;
	margin: 650px auto 3em;
	}


	.global {
		position: absolute;
		width: 100%;
		min-width: 1000px;
		z-index: 99;
	}
	.global-menu {
		margin: 1em auto 1em;
	}
	.global-menu ul {
		margin: 2.5em 1em 0 0;
		padding: 0;
	}
	.global-menu ul li {
		padding: 0;
	}
	.global-menu ul li a {
		padding: .2em 1em;
	}
	.global-menu ul li:first-child {
		border-left: 1px solid #858585;
	}
	.global-menu ul li:nth-child(4) {
	}
	.global-menu ul li:nth-child(5) {
	}
	.global-menu ul li:last-child {
	}
	.fix-header {
	}
	.fix-header-contents {
	}
	.fix-header-logo {
		margin-left: 1em;
	}
	.fix-header-menus ul {
		margin: 2em .5em 0 0;
	}
	.fix-header-menus ul li {
		padding: 0;
	}
	.fix-header-menus ul li a {
	}
	.fix-header-menus ul li:first-child {
	}
	.fix-header-menus ul li:nth-child(4) {

	}
	.fix-header-menus ul li:nth-child(5) {
	}
	.head-text {
		color: #FFF;
		position: absolute;
		top: 7em;
		height:450px;
		right:calc(50% - 33px);
		z-index: 4;
	}


	
}

@media screen and (max-width: 640px) {
	.nosp {
		display: none;
	}
	.nopc {
		display: block;
	}
	body,footer {
		width: 100%;
		min-width: initial;
	}
	header .logo {
		width: 100%;
		margin-bottom: 2em;
		margin-left: 0;
		float: none;
		text-align: center;
	}
	header .logo img.pc {
		display: none !important;
	}
	header .logo img.sp {
		display: inline-block !important;
	}
	header .mainvisual img {
		height: 30vh;
		width: 100vw;
		margin-top: 14em;
	}
	header .subvisual img {
		height: 18vh;
		width: 100vw;
		margin-top: 14em;
	}
	.head-text {
		top: 13.5em;
		left:calc(50% - 15px);
		width:30px;
	}
	.head-text img {
		height:30vh;
	}
	article.wrapper {
		width: 90%;
		min-width: initial;
		margin: 70vh auto 3em;
	}

	
	article.sub-page-wrap {
		width: 90%;
		min-width: initial;
		margin: 50vh auto 3em;
	}

	section.next{
		margin-top:0px;
	}
	

	.global {
		width: 100%;
		margin: 1em auto;
		min-width: initial;
	}
	.global-menu {
		width: 100%;
		margin: 0;
	}
	.fix-header {
		display: none;
	}
	button {
		display: block;
		background-color: #f4f9ff;
		text-align: center;
		font-size: 16px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		color: #aaa;
		border-top: 1px solid white;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
		position: relative;
	}
	button .panel-btn-icon {
		display: block;
		position: absolute;
		top: 48%;
		left: 90%;
		width: 20px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #3b3b3b;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		width: 20px;
		height: 2px;
		background: #3b3b3b;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -10px;
	}
	.panel-btn-icon:after {
		margin-top: 6px;
	}
	button .active {
		background: transparent;
	}
	button .active:before,
	button .active:after {
		margin-top: 0;
	}
	button .active:before {
		-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	button .active:after {
		-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	    -o-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
	.global-menu ul {
		display: inline;
		margin: 0;
		float: none;
	}
	.global-menu ul > li {
		background-color: #f4f9ff;
		text-align: center;
		width: 100%;
		height: 0;
		border-top: 0 solid white;
		border-right: none;
		padding: 0;
		margin: 0;
		display: block;
		transform: scaleX(1);
		transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
	}
	.global-menu ul li:first-child {
		border: none;
	}
	.global-menu ul.is-open > li {
		height: auto;
		border-top: 1px solid white;
		padding: 13px 0;
		margin: 0;
		transform: scaleX(1);
		transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
	}
	.global-menu ul > li > a {
		color: #3b3b3b;
		font-size: 14px;
		line-height: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: line-height .3s easse-out, opacity .1s linear, visibility .1s linear;
	}
	.global-menu ul.is-open > li > a {
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear .1s;
	}
	.information ul li {
		width: 100%;
	}
	.information ul li .ymd {
		float: none;
		margin: 0 0 .5em 0;
	}
	.scientific {
		width: 100%;
		height: 100%;
		margin: 0 auto 3em;
	}
	.scientific .number {
		margin-right: 1rem;
		font-size: 3em;
		float: none;
		line-height: 0;
	}
	.scientific .details {
		width: 100%;
		border-left: none;
		border-top: 6px solid #d3d3d3;
		margin-top: 2em;
	}

	.scientific .details ul {
		margin-left: 0;
	}
	

	.scientific .details .banner img{
		width:100%;
	}
	


	.jsprs img {
		width: 90%;
	}




	.councilor table tr {

	}

	#formWrap {
		width: 100%;
	}
	.submit {
		width: 100%;
		text-indent: 0;
		letter-spacing: 0;
	}
	.document {
		width: 100%;
	}
	.constitution ul {
		width: 90%;
		margin: 0 auto;
	}
	.facility-list table tr td {
		text-align: center;
		padding: .2em;
		margin: 0;
	}
	.backnumber ul {
		display: block;
	}
	.backnumber ul li {
		padding: 20px 29px;
	}
	.document .doc-box a {
		width: 100%;
		padding: 1em 0;
		margin-bottom: 1em;
	}
	.document .doc-box:last-child a {
		width: 100%;
		padding: 1em 0;
		margin-bottom: 1em;
	}
	/* --- footer --- */
	.fix_menu_smartphone {
		display: block;
		width: 100%;
		height: 100px;
		background: #FFAFC1;
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 5px 0 7%;
		z-index: 10000;
		border-top: 1px solid white;
	}
	.fix_menu_smartphone ul li {
		display: inline-block;
		text-align: center;
		width: 48%;
	}
	.fix_menu_smartphone ul li:first-child {
		border-right: 3px solid #FFF;
	}
	.fix_menu_smartphone span {
		color: #FFF;
		font-size:0.9em;
	}
	.fix_menu_smartphone .footer-btn {
		display: block;
		float: left;
		width: 32%;
		height: auto;
		text-align: center;
		margin: 1% 3.3%;
		padding: 0 5.5%;
		background-color: #FFF;
		color: #2B2B2B !important;
		border-radius: 5px;
		font-size: 11px;
		font-weight: bold;
		line-height: 2;
	}
	.fix_menu_smartphone .footer-btn span {
		font-size: 16px;
		color: #00536A;
		line-height: 0;
	}
	.fix_menu_smartphone .footer-btn img {
		width: 50%;
	}
	/* --- footer --- */
	
.colona_btn{
	width:100%;
	line-height:1.5;
}

	
	
}