@charset "utf-8";

/******************************************************************************************
　　基本レイアウト指定
******************************************************************************************/

/* 画像の最大幅を100%に */
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

/*フォント設定*/
body{
	-webkit-text-size-adjust:100%;	/*文字サイズの自動調整オフに*/
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#333333;
}
html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; }

/*背景色*/
body{ background:#FFFFFF; }

/*リンク色*/
a{ color:#037AAB; }
a:hover{ text-decoration:none; }
a.break{ word-break: break-all; }

a.over{
	opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
	
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
a.over:hover{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

body{
	max-width:1920px;
	margin:0 auto;
}


/******************************************************************************************
	スタイル・余白
******************************************************************************************/
/*文字揃え*/
.txt-c{ text-align:center; }
.txt-l{ text-align:left; }
.txt-r{ text-align:right; }

/*余白*/
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }

.mt20{ margin-top:20px; }

/*アイコンセット*/
.icon-home{ background-image:url(../img/common/icon-home.png); }
.icon-info{ background-image:url(../img/common/icon-info.png); }
.icon-who{ background-image:url(../img/common/icon-who.png); }
.icon-news{ background-image:url(../img/common/icon-news.png); }
.icon-module{ background-image:url(../img/common/icon-module.png); }
.icon-link{ background-image:url(../img/common/icon-link.png); }

/*テキスト＆右写真*/
.photoarea .left{
	float:left;
	width:70%;
}
.photoarea .right{
	float:right;
	width:25%;
	text-align:center;
}

/*リスト*/
ul.list_style li {
	margin-top:8px;
	text-indent:-1em;
	padding-left:1em;
}
ul.list_style li:first-child{ margin-top:0; }

ul.list_link li{
	margin-top:8px;
	padding-left:1.5em;
	background:url(../img/common/icon-tri.png) no-repeat 5px 5px;
}
ul.list_link li a{ font-weight:bold; }
ul.list_link li:first-child{ margin-top:0; }

video{ max-width:100%; }


/******************************************************************************************
	pc size
******************************************************************************************/

/*--------------------------------------------------------------------*/
/*全体レイアウト*/
/*--------------------------------------------------------------------*/
.wrap{
	clear:both;
	width:100%;
}
.wrap .sidearea{
	float:left;
	width:250px;
	height:100%;
	position:relative;
	background:#FFFFFF;
}
.wrap .mainarea{
	float:right;
	width:100%;
	margin-left:-250px;
}
.wrap .mainarea_contents{
	margin-left:250px;
	min-height:700px;
	background:#F8F6EF;
	border-left:1px solid #EBE6DA;
}


/*--------------------------------------------------------------------*/
/*サイドエリア（ヘッダー）*/
/*--------------------------------------------------------------------*/
/*言語選択*/
ul.language{ width:100%; }
ul.language li{
	float:left;
	width:50%;
	height:30px;
	line-height:30px;
	background:#F8F6EF;
	text-align:center;
	transition: background-color .3s;
}
ul.language li:hover{ background:#ECE8D5; }
ul.language li a {
	display:block;
	text-decoration:none;
	color:#333333;
}
ul.language li.active,
ul.language li.active_en{
	background:#1B4464;
	position: relative;
}
ul.language li.active:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	border: 8px solid transparent;
	border-left: 8px solid #F8F6EF;
}
ul.language li.active_en:before{
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	border: 8px solid transparent;
	border-right: 8px solid #F8F6EF;
}
ul.language li.active a,
ul.language li.active_en a{
	color:#FFFFFF;
	font-weight:bold;
}

/*ヘッダー*/
header{	padding:15px 10px 50px 10px; }
header .logo{
	text-align:center;
	margin-bottom:15px;
}

#toggle{ display: none; }
nav ul{}
nav li{
	border-bottom:1px dashed #EBE6DA;
	background-repeat: no-repeat;
	background-position:8px center;
	background-size:30px auto;
	transition: background-color .3s;
}
nav li:first-child{ border-top:1px dashed #EBE6DA; }
nav li a{
	display:block;
	padding:12px 10px 12px 48px;
	font-size: 15px; font-size: 1.5rem;
	text-decoration:none;
	color:#1A4464;
	font-weight:bold;
}
nav li.sub{ background:url(../img/common/icon-tri.png) no-repeat 48px center; }
nav li.sub a{ padding:12px 10px 12px 65px; }
nav li:hover,
nav li.sub:hover{ background-color:#F8F6EF; }


/*--------------------------------------------------------------------*/
/*メインエリア（TOP）*/
/*--------------------------------------------------------------------*/
/*メインイメージ*/
.mimg_wrap_sp{ display:none; }
.mimg_wrap{ height:600px; z-index:1; }
.top_image{
	position: absolute;
	width:100%;
	bottom:15px;
	text-align:center;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.3);
	padding:8px;
}

/*メインエリア*/
.top_mainarea{ padding:25px 25px 50px 25px; }

.top_mainarea h2{
	clear:both;
	padding:5px 0 5px 80px;
	margin-bottom:15px;
	font-size: 20px; font-size: 2.0rem;
	color:#194464;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:50px auto;
}

.boxarea{
	padding:15px;
	background:#FFFFFF;
	border-top:1px solid #1B4464;
	border-bottom:1px solid #1B4464;
}

/*新着情報*/
.news_list_box {
	overflow: hidden;
	*zoom: 1;
}
.news_list_box ul {
	margin: -15px -1.5% 0 0;
}
.news_list_box li {
	float:left;
	width:23.5%;
	margin:15px 1.5% 0 0;
	
	opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
	
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.news_list_box li:hover{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

.news_list_box a{ text-decoration:none; }
.news_list_box p.date{
	padding:5px 13px;
	background:#1B4464;
	font-size: 13px; font-size:1.3rem;
	color:#FFFFFF;
	font-weight:bold;
}
.news_list_box .content{
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
}
.news_list_box .text{
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.7);
	padding:10px;
	height:130px;
}
.news_list_box a .text{
	color:#333333;
	text-decoration:none;
}
.news_list_btn{
	margin-top:20px;
	padding:15px 15px 0 15px;
	text-align:right;
	border-top:1px dashed #EBE6DA;
}
.news_list_btn a{
	background:url(../img/common/icon-tri.png) no-repeat left center;
	padding-left:1em;
	color:#333333;
	text-decoration:underline;
}
.news_list_btn a:hover{ text-decoration:none; }
.page a{
	display:block;
	width:7em;
	text-align:center;
	padding:5px 10px;
	background:#1B4464;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.page .back{ float:left; }
.page .next{ float:right; }

/*関連リンク*/
.linkarea {
	overflow: hidden;
	*zoom: 1;
}
.linkarea ul {
	margin: -15px -1.5% 0 0;
}
.linkarea li {
	float:left;
	width:23.5%;
	margin:15px 1.5% 0 0;
	text-align:center;
	background:#E6E6E6;
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
/*フッタースライドショー*/
#footer_slide{
	clear:both;
	width:100%;
	position:relative;
}
#footer_slide:after{
	content:"画像提供：金沢市";
	text-align:right;
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:10px;
	font-weight:bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}

footer{
	clear:both;
	width:100%;
}
footer .sidearea{
	float:left;
	width:250px;
	height:100%;
	position:relative;
	background:#1B4464;
	min-height:230px;
}
footer .mainarea{
	float:right;
	width:100%;
	margin-left:-250px;
	background:#1B4464;
}
footer .mainarea_contents{
	margin-left:250px;
	background:#DDE2EA;
	border-left:1px solid #F8F6EF;
	min-height:230px;
	padding:20px;
}

footer .logo{
	float:left;
	width:35%;
}
footer .sitemap{
	float:right;
	width:60%;
}
footer .sitemap ul{
	float:left;
	width:220px;
}
footer .sitemap ul li{
	padding-left:20px;
	background-position:left 4px;
	background-size:auto 1em;
	background-repeat:no-repeat;
}
footer .sitemap ul li a{
	text-decoration:none;
	color:#000000;
}

footer .copyright{
	clear:both;
	text-align:center;
	font-size: 12px; font-size: 1.2rem;
	border-top:1px solid #F8F6EF;
	padding:10px 0;
}


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
}


/*--------------------------------------------------------------------*/
/*第二階層以降コンテンツ*/
/*--------------------------------------------------------------------*/
/*見出し*/
h1{
	width:100%;
	height:200px;
	padding-left:50px;
	padding-right:20%;
	font-size: 30px; font-size: 3.0rem;
	color:#FFFFFF;
	font-weight:bold;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.h1-info{
	background: url(../info/img/h1.png) #1b4464;
	background: url(../info/img/h1.png), -moz-linear-gradient(top,  #1b4464 0%, #112b40 100%);
	background: url(../info/img/h1.png), -webkit-linear-gradient(top,  #1b4464 0%,#112b40 100%);
	background: url(../info/img/h1.png), linear-gradient(to bottom,  #1b4464 0%,#112b40 100%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	text-shadow:0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751,0 0 3px #163751;
}
.h1-whocc{
	background: url(../whocc/img/h1.png) #4B1400;
	background: url(../whocc/img/h1.png), -moz-linear-gradient(top,  #4B1400 0%, #260A00 100%);
	background: url(../whocc/img/h1.png), -webkit-linear-gradient(top,  #4B1400 0%,#260A00 100%);
	background: url(../whocc/img/h1.png), linear-gradient(to bottom,  #4B1400 0%,#260A00 100%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.h1-news{
	background: url(../news/img/h1.png) #82A5CB;
	background: url(../news/img/h1.png), -moz-linear-gradient(top,  #82A5CB 0%, #456681 100%);
	background: url(../news/img/h1.png), -webkit-linear-gradient(top,  #82A5CB 0%,#456681 100%);
	background: url(../news/img/h1.png), linear-gradient(to bottom,  #82A5CB 0%,#456681 100%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.h1-module{
	background: url(../module/img/h1.png) #EBFAFF;
	background: url(../module/img/h1.png), -moz-linear-gradient(top,  #EBFAFF 0%, #F1E9CB 100%);
	background: url(../module/img/h1.png), -webkit-linear-gradient(top,  #EBFAFF 0%,#F1E9CB 100%);
	background: url(../module/img/h1.png), linear-gradient(to bottom,  #EBFAFF 0%,#F1E9CB 100%);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	color:#333333;
}


/*パンくず*/
#pankuzu{
	background: #EEEEEE;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
	width: 100%;
}
#pankuzu li{
	float: left;
	font-size: 12px; font-size: 1.2rem;
}
#pankuzu a{
	position: relative;
	padding: 5px 10px 5px 20px;
	float: left;
	text-decoration: none;
	color:#333333;
	background-color: #DFDFDF;
}
#pankuzu li:first-child a{ padding-left: 1em; }
#pankuzu li:last-child{	padding:5px 10px 5px 20px; }
#pankuzu a:hover{ background: #FAFAFA; }
#pankuzu a::after,
#pankuzu a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}
#pankuzu a::after{
	z-index: 2;
	border-left-color: #DFDFDF;
}
#pankuzu a::before{
	border-left-color: #CCCCCC;
	right: -1.1em;
	z-index: 1;
}
#pankuzu a:hover::after{
	border-left-color: #FAFAFA;
}

/*2ndメインエリア*/
.sec_mainarea{
	clear:both;
	padding:25px 25px 50px 25px;
}

.sec_mainarea h2{
	background:#1B4464;
	color:#FFFFFF;
	font-size: 20px; font-size: 2.0rem;
	padding:15px 20px;
	margin-bottom:15px;
}

.sec_mainarea h3{
	background:#FFFFFF;
	padding:8px 20px;
	font-size: 16px; font-size: 1.6rem;
	font-weight:bold;
	border-left:6px solid #2B6B9F;
}

.sec_mainarea section{
	background:#FFFFFF;
	padding:15px;
	border-top:1px solid #1B4464;
	border-bottom:1px solid #1B4464;
	margin-bottom:30px;
}

/*スタッフ紹介*/
.staff {
	overflow: hidden;
	*zoom: 1;
}
.staff ul {
	margin: -15px -1.5% 0 0;
	font-size:0;
}
.staff li {
	display:inline-block;
	width:18.5%;
	margin:15px 1.5% 0 0;
	vertical-align:top;
	text-align:center;
}
.staff li img{
	margin-bottom:5px;
}
.staff .name{ font-weight:bold; font-size: 16px; font-size: 1.6rem; color:#333333; }
.staff a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#333333;
	font-size: 16px; font-size: 1.6rem;
}

/*モジュール紹介*/
.module a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.module ul {
	margin: -20px -2.5% 0 0;
	font-size:0;
}
.module ul + ul{ margin-top:10px; }
.module li {
	display:inline-block;
	/*width:47.5%;*/
	width:30.8%;
	margin:20px 2.5% 0 0;
	background:#F8F6EF;
	border-bottom:1px solid #194464;
}
.module li p.title{
	width:100%;
	background:#2B6B9F;
	color:#FFFFFF;
	font-size: 14px; font-size: 1.4rem;
	font-weight:bold;
	padding:6px 10px;
	text-align:left;
}
.module li .wrap{
	display:table;
	vertical-align:top;
}
.module li p.image{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	max-width:150px;
}
.module li p.text{
	display:table-cell;
	vertical-align:middle;
	color:#1B4464;
	font-size: 14px; font-size: 1.4rem;
	font-weight:bold;
	padding:10px;
}



/******************************************************************************************
	tablet size
******************************************************************************************/

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

/*--------------------------------------------------------------------*/
/*全体レイアウト*/
/*--------------------------------------------------------------------*/
.wrap{}
.wrap .sidearea{
	float:none;
	width:100%;
	height:auto;
	position:static;
}
.wrap .mainarea{
	float:none;
	width:100%;
	margin-left:0;
}
.wrap .mainarea_contents{
	margin-left:0;
	min-height:auto;
	border-left:none;
}

/*--------------------------------------------------------------------*/
/*サイドエリア（ヘッダー）*/
/*--------------------------------------------------------------------*/
/*ヘッダー*/
#toggle{
	display:block;
	padding:10px;
	text-align:center;
	background:#0693CD;
	border-bottom:2px solid #037AAB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#toggle:hover{ background:#037AAB; }
#toggle a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size: 15px; font-size: 1.5rem;
}
nav{ display:none; }


/*--------------------------------------------------------------------*/
/*メインエリア（TOP）*/
/*--------------------------------------------------------------------*/
/*メインイメージ*/
.mimg_wrap{ display:none; }
.mimg_wrap_sp{ display:block; }

/*メインエリア*/
.top_mainarea{ padding:15px 15px 30px 15px; }

.boxarea{}

/*新着情報*/
.news_list_box {
	overflow: hidden;
	*zoom: 1;
}
.news_list_box ul {
	margin:0;
}
.news_list_box li {
	float:none;
	width:100%;
	margin:15px 0 0 0;
}
.news_list_box li:first-child{ margin-top:0; }
.news_list_box a{ text-decoration:none; }
.news_list_box p.date{
	padding:5px 13px;
	background:#1B4464;
	font-size: 13px; font-size:1.3rem;
	color:#FFFFFF;
	font-weight:bold;
}
.news_list_box .content{
	padding:0;
	background-position:left center;
	background-size:50px auto;
	background-color:#EFEFEF;
}
.news_list_box .text{
	margin:0;
	padding:10px 10px 10px 60px;
	background-color:rgba(255,255,255,0.0);
	height:auto;
}


/*関連リンク*/
.linkarea ul {
	margin: -15px -1.833% 0 0;
}
.linkarea li {
	width:31.5%;
	margin:15px 1.833% 0 0;
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
header{	padding:15px 10px; }

footer .sidearea{ display:none; }
footer .mainarea{
	float:none;
	width:100%;
	margin-left:0;
	background:#1B4464;
}
footer .mainarea_contents{
	margin-left:0;
	background:#DDE2EA;
	border-left:1px solid #F8F6EF;
	min-height:auto;
	padding:15px;
}

footer .logo{
	float:none;
	width:100%;
	text-align:center;
}
footer .logo img{ max-width:200px; }
footer .sitemap{
	float:none;
	width:100%;
}
footer .sitemap ul{
	display:none;
}


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    bottom: 15px;
    right: 15px;
	width:40px;
}


/*--------------------------------------------------------------------*/
/*第二階層以降コンテンツ*/
/*--------------------------------------------------------------------*/
/*見出し*/
h1{
	height:120px;
	padding-left:30px;
	font-size: 20px; font-size: 2.0rem;
}

/*メインエリア*/
.sec_mainarea{ padding:15px 15px 30px 15px; }

/*スタッフ紹介*/
.staff ul {
	margin: -15px -1.833% 0 0;
}
.staff li {
	width:31.5%;
	margin:15px 1.833% 0 0;
}


}



/******************************************************************************************
	sp size
******************************************************************************************/

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

/******************************************************************************************
	スタイル・余白
******************************************************************************************/
/*テキスト＆右写真*/
.photoarea .left{
	float:none;
	width:100%;
	margin-bottom:15px;
}
.photoarea .right{
	float:none;
	width:100%;
}

/*--------------------------------------------------------------------*/
/*メインエリア（TOP）*/
/*--------------------------------------------------------------------*/

/*関連リンク*/
.linkarea ul {
	margin: -15px -3.0% 0 0;
}
.linkarea li {
	width:47%;
	margin:15px 3.0% 0 0;
}


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    bottom:5px;
    right: 5px;
}


/*--------------------------------------------------------------------*/
/*第二階層以降コンテンツ*/
/*--------------------------------------------------------------------*/
/*見出し*/
h1{
	height:auto;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 18px; font-size: 1.8rem;
	background-image:none;
}

.h1-info{
	background: #1b4464;
	background: -moz-linear-gradient(top,  #1b4464 0%, #112b40 100%);
	background: -webkit-linear-gradient(top,  #1b4464 0%,#112b40 100%);
	background: linear-gradient(to bottom,  #1b4464 0%,#112b40 100%);
}

/*スタッフ紹介*/
.staff a{
	font-size: 14px; font-size: 1.4rem;
}

/*モジュール紹介*/
.module ul {
	margin: -15px 0 0 0;
	font-size:0;
}
.module li {
	display:block;
	width:100%;
	margin:15px 0 0 0;
}




}
