@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

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

body{
	margin: 0;
	padding: 0;
	font-size: 0.98rem;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", YuGothic, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1rem;
	color: #444;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
}

body *{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", YuGothic, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, a{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 100%;
}

img{
	border:0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #1A0DAB;
	text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: none;
	color: #AD2C2C;
}

hr{
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.text_black{
	color: #222;
}

.text_brown{
	color: #643200;
}

.text_green{
	color: #376E00;
}

.text_red{
	color: #B30002;
}

/* テーブル */
.detail table{
	margin-top: 10px;
	margin-bottom: 10px;
	/*table-layout: fixed;*/
	width: inherit !important;
}
.detail table[border="1"]{
	border-collapse: collapse;
}

.detail table th{
	text-align: left;
}

.detail table th,
.detail table td{
	padding: 5px 8px;
}
.detail table[border="1"] th,
.detail table[border="1"] th{
	border: 1px solid #CCC;
	background: #F3F3F3;
	padding: 8px 14px;
}

.detail table[border="1"] td{
	border: 1px solid #CCC;
	padding: 8px 14px;
}

.detail table img{
	max-width: inherit;
}

/*
　ナビゲーションスキップ
*/
#skip_navi{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*######################################################
　ヘッダー
######################################################*/
#header {
	position: relative;
	z-index: 200;
}

#header .inner{
	margin: auto;
	padding: 0px;
}

#header .logo{
	margin-left: 0px;
	margin-right: auto;
	background: #fff;
}
#header .logo a {
	display: block;
	background: #fff;
}

#header .navi,
#header .nav,
#header .nav > div{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .nav{
	font-size: 0.9rem;
}

#header .nav ul{
	display: flex;
	align-items: center;
}

#header .nav ul li{
	list-style: none;
}

/* 背景色変更 */
.color_sw{
	margin-right: 10px;
}
#color_bt{
	margin-right: 3px;
}
#color_bt li a{
	border-radius: 100px;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	text-decoration: none;
	vertical-align: baseline;
	line-height: 28px;
	margin: 2px;
}

#color_bt .blue a{
	background-color: #186AB3;
	color: #FFF;
	border: 1px solid #ccc;
}
#color_bt .black a{
	background-color: #000;
	color: yellow;
	border: 1px solid #CCC;
}
#color_bt .white a{
	background-color: #FFF;
	border: 1px solid #999;
	color: #1A1A1A;
}



/* 文字サイズ */

.font_size {
	margin-right: 10px;
}
.font_size li{
	margin: 2px;
}
.font_size li a{
	background-color: #4D4D4D;
	color: #FFF;
	padding: 5px 6px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 92%;
	font-weight: 400;
	transition: 0.3s;
}
.font_size li a:hover{
	background-color: #000;
}

/* language */
.lang{
	margin-right: 10px;
}
.lang a{
	color: #000;
	display: flex;
	align-items: center;
}

.lang a:hover {
	text-decoration: underline;
}

.lang a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #000;
	margin-right: 5px;
	border-radius: 3px;
}


/* language Google翻訳 */
.goog-te-gadget-simple{
	border: 0 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span{
	color: #000!important;
}

/* Language */
#language a{
	color: #000;
	display: flex;
	border-radius: 4px;
	letter-spacing: 0.05rem;
}

#language a:before{
	content: url("../contents_images/icon/icon_lang.svg");
	width: 20px;
	height: 20px;
	margin-right: 4px;
	
}

/* 市役所のご案内 */
.annai {
	margin-left: 10px;
}

.annai a{
	color: #000;
	display: flex;
	align-items: center;
}

.annai a:hover {
	text-decoration: underline;
}

.annai a:before{
	content: "";
	width: 22px;
	height: 20px;
	background-image: url("../contents_images/icon/nav_annai.png");
	margin-right: 5px;
}


/*######################################################
　検索枠
######################################################*/

#search,
#keyword{
	box-sizing: border-box;
	padding: 30px 40px 20px 40px;
	background-color: rgba(233,232,239,0.9);
	background-image: url("../contents_images/search_02.svg");
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left 16px top 16px;
	width: 100%;
	max-width: 960px;
	border-radius: 4px;
	margin: 10px;
}

#search2{
	box-sizing: border-box;
	padding: 30px 40px 20px 40px;
	background-color: rgba(233,232,239,0.9);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left 16px top 16px;
	width: 100%;
	max-width: 960px;
	border-radius: 4px;
	margin: 10px;
}
#search .inner,
#search2 .inner,
#keyword .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

#search .inner h2,
#keyword .inner h2{
	font-weight: 700;
	font-size: 1.3em;
	width: 200px;
	font-family: "Noto Serif JP";
}

#search .inner .search_box,
#keyword .inner .search_box{
	background-color: #463961;
	padding: 8px;
	border-radius: 4px;
	width: calc(100% - 220px);
}

/* カスタム検索調整 */
body .gsc-control-cse{
	padding: 0;
	border: 0;
	background: none;
}

body form.gsc-search-box{
	margin: 0;
}

body table.gsc-search-box{
	margin: 0;
}

body table.gsc-search-box td.gsc-input{
	border-radius: 4px;
	padding-right: 0;
	overflow: hidden;
}

body .gsc-search-button{
	background-color: #463961;
	height: 100%;
	width: 100px;
	cursor: pointer;
}

body .gsc-search-button-v2{
	padding: 6px 15px;
}

body .gsc-search-button svg{
	width: 24px;
	height: 24px;
}

body table.gsc-search-box td{
	height: 28px;
}


#search .inner .search_box button,
#keyword .inner .search_box button{
	background-color: #463961;
	transition: 0.3s;
}

#search .inner .search_box button:hover,
#keyword .inner .search_box button:hover{
	background-color: #70446E;
}

#search .word,
#keyword .word{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	font-size: 0.9em;
}

#search .word h3,
#keyword .word h3{
	display: flex;
	width: 160px;
	margin-bottom: 10px;
}

#search .word h3 span,
#keyword .word h3 span{
	background-color: #4A4164;
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 4px 0 10px;
}

#search .word h3:before,
#keyword .word h3:before{
	content: "";
	background-color: #4A4164;
	display: block;
	width: 4px;
	margin-right: 2px;
}

#search .word h3:after,
#keyword .word h3:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 14px;
	border-color: transparent transparent transparent #4A4164;
}

#search .word ul,
#keyword .word ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: 15px;
	width: calc(100% - 180px);
}

#search .word ul li,
#keyword .word ul li{
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	list-style: none;
}

#search .word ul li a,
#keyword .word ul li a{
	background-color: #FFF;
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: 0 3px 1px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	font-weight: 500;
}

#search .word ul li a:hover,
#keyword .word ul li a:hover{
	box-shadow: 0 3px 1px 0 rgba(0,0,0,0);
}


/*##############################
戻るボタン
##############################*/
#gotop{
	display: block;
	width: 120px;
	height: 120px;
	border: 10px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	transition: 0.3s;
	z-index: 100;
	border-radius: 100px;
	bottom: 50px;
	right: 20px;
	/*left: 20px;*/
}

/*######################################################
　フッター
######################################################*/
footer a:hover{
	text-decoration: underline;	
}

footer .footer_link{
	max-width: 1200px;
	margin: 40px auto 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .footer_link .logo{
	width: 240px;
	margin:10px 100px 10px 0px;
}

footer .footer_link .chousha ul{
	display: flex;
}

footer .footer_link .chousha ul li{
	list-style: none;
}

footer .footer_link .chousha ul li a{
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #333;
}

footer .footer_link .chousha ul li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #4a4164;
	margin-right: 5px;
}

footer .copy{
	background-color: #4a4164;
}

footer .copy .inner{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	color: #FFF;
}

footer .copy .inner .footer_menu ul{
	display: flex;
	flex-wrap: wrap;
}

footer .copy .inner .footer_menu ul li{
	list-style: none;
}

footer .copy .inner .footer_menu ul li:after{
	content: "|";
	margin: 0 10px;
}

footer .copy .inner .footer_menu ul li:last-child::after{
	content: "";
	margin: 0;
}

footer .copy .inner .footer_menu ul li a{
	color: #FFF;
	font-size: 0.9em;
}

footer .copy .inner .copyright{
	font-size: 0.8em;
}

@media screen and (max-width:1239px){
			
/* ヘッダー */
	#header{
		border-bottom: 1px solid #4a4164;
	}
	
/* ハンバーガーメニュー */
	/*.btn-trigger*/

	.btn-trigger {
	  position: relative;
	  width: 45px;
	  height: 30px;
	  cursor: pointer;
	}
	.btn-trigger span {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto auto;
	  width: 50%;
	  height: 2px;
	  background-color: #fff;
	  border-radius: 4px;
	}
	.btn-trigger, .btn-trigger span {
	  display: inline-block;
	  transition: all .5s;
	  box-sizing: border-box;
	}
	.btn-trigger span:nth-of-type(1) {
	  top: 10px;
	}
	.btn-trigger span:nth-of-type(2) {
	  top: 20px;
	}
	.btn-trigger span:nth-of-type(3) {
	  top: 30px;
	}


	/* #btn01 */
	#btn01.active span:nth-of-type(1) {
	  -webkit-transform: translateY(10px) rotate(-45deg);
	  transform: translateY(10px) rotate(-45deg);
	}
	#btn01.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#btn01.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-10px) rotate(45deg);
	  transform: translateY(-10px) rotate(45deg);
	}

	.spmenu {
		background-repeat:no-repeat;
		background-position:23px top;
		background-size:29px;
		width:70px;
		height: 60px;
		margin: 0px 0px 0px auto;
		padding: 44px 0px 22px;
		letter-spacing: 0.1em;
		text-align: center;
		background: #4a4164;
		position: absolute;
		top: 0px;
		right:0px;
		color: #fff;
		line-height: 1em;
		z-index: 5;
	}

	.spmenu::after {
		content: "MENU";
		display: inline-block;
		vertical-align: bottom;
		font-size: 0.8rem;
	}

	.row {
		display: none;
	}

	.cat_link.row,
	#header .row{
		width: 100%;
		background-color: #4a4164;
		/*height: 150vh;*/
		z-index: 1000;
		position: absolute;
	}
		
/* フッター */
	footer .footer_link {
		margin: 30px 30px 25px;
	}
}

@media screen and (max-width:1000px){	
	
/* フッター */
	footer{
		font-size: 0.8rem;
	}
	
	footer .footer_link .chousha ul,footer .copy .inner{
		display: block;	
	}
	
	footer .footer_link .chousha{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	footer .copy .inner{
		padding: 15px;
		margin-right: 110px;
	}
	
	footer .copy .inner .footer_menu ul li a{
		font-size: 0.8rem;	
	}
	
	footer .copyright{
		margin-top: 15px;
	}
	
/* 戻るボタン */	
	#gotop{
		opacity: 0.9;
		display: block;
		width: 100px;
		height: 100px;
		border: 5px solid #fff;
		bottom: 20px;
		right: 10px;
		/*left: 10px;*/
	}


}


/*
検索
*/

.gsc-adBlock iframe{
	height: 0px !important;
}

#wrap .gsc-wrapper .gsc-results .gsc-cursor{
	display: flex;
	flex-wrap: wrap;
}

#wrap .gsc-wrapper .gsc-results .gsc-cursor .gsc-cursor-page{
	border: 1px solid #CCC;
	padding: 2px 10px;
	border-radius: 4px;
}

#wrap .gsc-wrapper .gsc-results .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page{
	background-color: #EFEFEF;
	text-decoration: none;
	color: #777;
}

/*##############################
編集画面調整
##############################*/
/***** 共通 *****/
#wcv_sys_edit_pageeditarea #gotop{
	display: none;
}

/***** トップ *****/
/* メインスライド */
#wcv_sys_edit_pageeditarea #slide{
	background-color: #BFBFBF;
}

#wcv_sys_edit_pageeditarea #slide:before{
	content: "背景スライド写真の差し替え・追加・削除はCMS上では行えませんので、ご依頼ください";
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #BB0003;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 4px;
}

#wcv_sys_edit_pageeditarea #keyword{
	position: relative;
}

#wcv_sys_edit_pageeditarea #keyword:before{
	content: "";
	display: flex;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#wcv_sys_edit_pageeditarea #keyword:after{
	content: "キーワードの表示制限は管理画面「拡張」から行うことができます";
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #BB0003;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 4px;
}

/* ピックアップスライド */
#wcv_sys_edit_pageeditarea .pickup{
	display: block;
	overflow: hidden;
}

#wcv_sys_edit_pageeditarea .pickup .bxslider{
	width: 600px;
	height: 365px;
	overflow: hidden;
	float: left;
	position: relative;
}

#wcv_sys_edit_pageeditarea .pickup .bxslider:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 365px;
	background-color: rgba(0,0,0,0.8);
}

#wcv_sys_edit_pageeditarea .pickup .bxslider:after{
	content: "スライドショーは「WA編集」から追加・削除が行えます。リスト形式のまま編集を行ってください。画像は「幅600px 高さ360px」が最適なサイズです。";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 285px;
	color: #FFF;
	padding: 40px;
}

#wcv_sys_edit_pageeditarea .pickup .news{
	float: right;
}

/***** カテゴリインデックス *****/
#wcv_sys_edit_pageeditarea .cat_wrap > div > div > form:after{
	content: "◀リンク・概要説明枠を追加削除できます";
	display: inline-block;
	background-color: #FBE3E3;
	vertical-align: bottom;
	padding: 0 10px;
	border-radius: 6px;
}

#wcv_sys_edit_pageeditarea .cat_inner > div > div > form:after{
	content: "◀文章や地図などを挿入できます";
	display: inline-block;
	background-color: #F4FBE3;
	vertical-align: bottom;
	padding: 0 10px;
	border-radius: 6px;
}

/***** 下層 *****/
#wcv_sys_edit_pageeditarea .cat_wrap > div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#wcv_sys_edit_pageeditarea .cat_box {
	width: calc(100% / 3 - 40px);
	margin: 20px;
}

#wcv_sys_edit_pageeditarea .cat_wrap > div > div:last-child{
	width: 100%;
}

#wcv_sys_edit_pageeditarea #wrap .contents .detail .cat_wrap > div .cat_box h3 a{
	display: inline-block;
}

#wcv_sys_edit_pageeditarea .cat_inner h2:first-child{
	margin-top: 0;
}

#wcv_sys_edit_pageeditarea #wrap .contents .detail > div form + *{
	margin-top: 0;
}

#wcv_sys_edit_blockeditarea .cat_box{
	width: calc(100% - 40px);
}

/* 本文 */
#wcv_sys_edit_pageeditarea .detail > div > div > form:last-child:after{
	content: "◀文章枠や地図の追加・削除が行えます";
	display: inline-block;
	background-color: #FBE3E3;
	vertical-align: bottom;
	padding: 0 10px;
	border-radius: 6px;
}

/* 署名 */
#wcv_sys_edit_pageeditarea .signature + div > form:after{
	content: "◀署名枠の追加・削除が行えます";
	display: inline-block;
	background-color: #FBE3E3;
	vertical-align: bottom;
	padding: 0 10px;
	border-radius: 6px;
}

/* アンケート */
#wcv_sys_edit_pageeditarea .enquete + div > form:after{
	content: "◀アンケート機能の追加・削除が行えます";
	display: inline-block;
	background-color: #FBE3E3;
	vertical-align: bottom;
	padding: 0 10px;
	border-radius: 6px;
}



