@charset "UTF-8";

/*
	Theme Name: kita-seki
	Theme URI: http://
	Description: WordPress Theme
	Version: 2025.06
	Author: office-planning
	Author URI: https://www.kitaseki.com/
*/

/* ============================================================================================
　ビューポート各種サイズ
============================================================================================= */
/*@custom-media --viewport-sm (max-width: 619px);							/* スマートフォン向け設定 */
/*@custom-media --viewport-md (min-width: 620px) and (max-width: 819px);	/* タブレット向け設定 */
/*@custom-media --viewport-lg (min-width: 820px) and (max-width: 979px);	/* 広めのタブレット向け設定 */
/*@custom-media --viewport-xlg (min-width: 980px);							/* PC向け設定 */

/* ============================================================================================
　リセット
============================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

/* ============================================================================================
　共通設定
============================================================================================= */
/* 本体 */
html{ }
body{
	background-color: #ffffff;
	font-size : 16px;
	color: #000f13;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 180%;
}
/* 文字 */
.mincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}
/* リンク */
a{ color: #002a9e; text-decoration: none;}
a:hover,a:active{ color: #0041b1; text-decoration: none; }
/* リセット */
.clear{ display: block;	clear: both;}
/* 非表示 */
.hidden{ display: none; }
/* 回り込み */
.float-left{ float: left; }
.float-right{ float: right; }
/* 寄せ */
.align-left{ text-align: left; }
.align-right{ text-align: right; }
.align-center{ text-align: center; }
/* 文字サイズ */
strong { font-weight: bold; }
small, .small {	font-size: 80%; }
.medium { font-size: 90%; }
.large { font-size: 140%; line-height: 1.8 !important; }
/* フォント関連 */
.font_bold{font-weight:bold;}
.font_underline{border-bottom:dashed;border-bottom-width:1px;display:inline;}
.font_size08{ font-size:0.8em}
.font_size12{ font-size:1.2em}
.font_size14{ font-size:1.4em}
.font_size16{ font-size:1.6em}
/* 色 */
.color_white{ color:#FFFFFF; }
.color_yellow{ color:#eeee00; }
.color_red{ color:#e00000; }
.color_2f75b5{ color:#2f75b5; }
.color_07005b{ color:#07005b; }
.color_2740b2{ color:#2740b2; }

/* 行間関連 */
.line-height120{ line-height:120%}
.line-height140{ line-height:140%}
.line-height160{ line-height:160%}
.line-height180{ line-height:180%}
.line-height200{ line-height:200%}
/* 余白関連 */
.margin-h5{ margin:5px 0;}
.margin-h10{ margin:10px 0;}
.margin-h15{ margin:15px 0;}
.margin-h20{ margin:20px 0;}
.margin-h30{ margin:30px 0;}
.margin-top5{ margin-top:5px;}
.margin-top10{ margin-top:10px;}
.margin-top20{ margin-top:20px;}
.margin-top25{ margin-top:25px;}
.margin-top30{ margin-top:30px;}
.margin-top40{ margin-top:40px;}
.margin-bottom5{ margin-bottom:5px;}
.margin-bottom10{ margin-bottom:10px;}
.margin-bottom15{ margin-bottom:15px;}
.margin-bottom20{ margin-bottom:20px;}
.margin-w5{ margin:0 5px;}
.margin-w10{ margin:0 10px;}
.margin-w20{ margin:0 20px;}
.margin-left5{ margin-left:5px;}
.margin-left10{ margin-left:10px;}
.margin-left20{ margin-left:20px;}
.margin-left30{ margin-left:30px;}
.margin-left40{ margin-left:40px;}
.margin-right5{ margin-right:5px;}
.margin-right10{ margin-right:10px;}
.margin-right20{ margin-right:20px;}
.margin-hauto{ margin: auto 0;}
.margin-wauto{ margin: 0 auto;}
/* 幅 */
.width-25per{ width: 25%;}
.width-33per{ width: 33.3%;}
.width-50per{ width: 50%;}
.width-75per{ width: 75%;}
/* その他 */
.inline-block{ display:inline-block; }
/* ============================================================================================
　ボックスリンク設定
============================================================================================= */
/*  */
span.boxlink {
	text-align:center;
	display:block;
	border:1px  solid #888; /*#2740b2;*/
	padding:5px 0 4px; 
	margin:5px 10px; 
	background-color: #2740b2; /* #f5f7fa; */
	/* コーナーを角丸に */
	border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
}
a .boxlink { background-color: #2740b2; color: #f5f7fa; font-size:1.2em; text-decoration: none; transition: all  0.3s ease; }
a:hover .boxlink{ background-color: #2764aa; color: #f5f7fa; text-decoration: none; }
/* ============================================================================================
　画像装飾設定
============================================================================================= */
/* レスポンシブ対応 */
img{
	max-width: 100%;
	height: auto;
}
/* 画像に枠を付ける(使用時レイアウト崩れ注意) */
img.border{	box-shadow: 0 0 0 1px #fff,0 0 0 2px #CCCCCC;}
/* 画像に余白枠を付ける(使用時レイアウト崩れ注意)*/
img.whiteborder {
    margin-left: 2px;
    margin-top: 2px;
    position: relative;
    left: -2px;
    top: -2px;
    padding: 4px;
    background: #FFFFF0;
    border: 1px solid #CCCCCC;
}
/* 画像の角を丸くする */
img.radius12 {
	border-radius: 12px;	
}
/* 画像サイズ調整用 */
img.stretch100per{
	width:100%;
	height: auto;
}
img.stretch96per{
	width:96%;
	height: auto;
}
img.size96per{
	max-width:96%;
}
img.size90per{
	max-width:90%;
}
img.size80per{
	max-width:80%;
}
img.size200{ max-width:200px; }
img.size300{ max-width:300px; }
img.size340{ max-width:340px; }
img.size400{ max-width:400px; }

/* 簡易ロールオーバー用(実処理はJS) */
.rollover{ }
/* 画像マウスオーバーで拡大（リンク用等） */
.image_mouseover_zoom {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}
.image_mouseover_zoom img {
	display:inline-block; 
	transition-duration: 0.5s;
}
.image_mouseover_zoom img:hover {
	transform: scale(1.2);
	transition-duration: 0.5s;
	opacity: 0.5;
}

/* ============================================================================================
　見出し
============================================================================================= */
/* h1～使わない */
h1{
	display: none;
}
/* h2～画像と重ねて使う */
h2 {
	position:relative;
}
h2 img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
	opacity: 90%;
}
h2 .txtbox{
	position: absolute;
    top: 53%;
    left: 0;
	width: 100%;
	padding: 12px 0 8px ;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	color: #fff;  
	text-shadow: 1px 2px 3px #333;
	background: rgba(0, 16, 32, 0.8);
}
@media (max-width: 819px) { h2 .txtbox{ font-size: 1.2rem; } }
/* h3 */
h3{
	padding: 0.5em 1em 0.4em;
	margin: 1em 0;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #2f75b5;/*左線*/
	color: #2f75b5;/*文字色*/
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
/* h4 */
h4{
	margin: 1em 0 0.6em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	text-shadow: 1px 2px 2px #ddd;  /*横・縦・ぼかし*/
	text-align: center;
	color: #346897;
}  
/* h5 */
h5{
	padding: 0.2em 0.5em;
	margin: 0.5em;
	text-align: left;
    border-left: 5px solid #346897;  
}
/* h6 */
h6{
	/*padding-left: 0.5em;*/
	margin: 0.5em;
	text-align: left;
	color: #346897;
	font-weight: bold;
	font-size: 1.2rem;
}
/* ============================================================================================
　リスト関連装飾
============================================================================================= */
/* 順序リスト */
ol{
	counter-reset: item;
	list-style-type: none;
    padding-left: 10px;   
}
ol ol{
	padding-left: 1em;
}
ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 10px;
		
}
ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #2f75b5;
}
/* 汎用リスト01 */
ul.list01{   
	margin: 10px 30px 10px 50px;
	padding: 0;
	list-style-type: none;
}   
ul.list01 li{   
	line-height:40px;
    padding-left:30px;   
	background:url('./images/listmark01.png');   
	background-repeat: no-repeat;
	background-position: left 8px;
}   
/* 汎用リスト02 */
ul.list02{   
	margin: 0;
	padding: 0;
	list-style-type: none;
}   
ul.list02 li{   
    padding-left:25px;   
	background:url('./images/listmark02.png');   
	background-repeat: no-repeat;
	background-position: left 5px;
}   
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* 汎用リスト01 */
	ul.list01{ margin: 10px 20px; }
}

/* ============================================================================================
　テーブル装飾
============================================================================================= */
/* 01 & 02 & 03 */
table.tbtype01,
table.tbtype02{
	width: 100%;
	border-collapse: collapse;
	margin:10px 0;
}
table.tbtype03{
	width: 100%;
	border-collapse: collapse;
	margin:5px 0 15px;
}
table.tbtype01 th,
table.tbtype02 th{
    border-top: #2f75b5 1px solid;
	border-bottom: #2f75b5 1px solid;
	border-left: #2f75b5 1px solid;
	background: #e5eef4;
	text-align: center;
	padding: 6px;
	vertical-align: middle;
	min-width: 180px;
}
table.tbtype03 th{
	border-bottom: #2f75b5 1px dashed;
	background: #fff;
	text-align: left;
	padding: 6px;
	vertical-align:top;
	min-width: 180px;
	
	/*white-space: nowrap;*/
	
}
table.tbtype01 th.nowidth,
table.tbtype02 th.nowidth,
table.tbtype03 th.nowidth{
	min-width: inherit;
}
table.tbtype01 td,
table.tbtype02 td{
    border-top: #2f75b5 1px solid;
	border-bottom: #2f75b5 1px solid;
	border-left: #2f75b5 1px solid;
	border-right: #2f75b5 1px solid;
	background: #fff;
	text-align: left;
	padding: 6px;
	vertical-align: middle;
}
table.tbtype03 td{
	border-bottom: #2f75b5 1px dashed;
	background: #fff;
	text-align: left;
	padding: 6px;
	vertical-align: bottom;
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
    table.tbtype01 th, table.tbtype01 td{ display: block; }
    table.tbtype01 th, table.tbtype01 td{ border-top: none; }
	table.tbtype01 th { border-right: #2f75b5 1px solid; }
	table.tbtype01 tr:first-child th{ border-top: #2f75b5 1px solid; }
}

/* ============================================================================================
　枠装飾
============================================================================================= */
div.waku01 {
	background: #e5eef4;
	margin:20px 10px;
	padding:20px;
	border:#e5eef4 solid 1px;
	/* コーナーを角丸に */
	border-radius: 10px; 
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

/* ============================================================================================
　レイアウト関連～共通
============================================================================================= */
/* ラッパー */
#wrapper{
	text-align: center;
	margin:0 auto; 
	padding:0 auto;
}
/* 基本コンテナ */
.container{ 
	margin:0 auto; 
	padding: 0 auto; 
	width: 970px; 
	clear: both;
	text-align: left;
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* 基本コンテナ */
	.container { min-width:320px; width:96%;}
}
/* タブレット向け設定 */
@media (min-width: 620px) and (max-width: 979px) {
	/* 基本コンテナ */
	.container { width:96%; }
}
/* ============================================================================================
　Flexbox関連～共通（必要に応じて箇所別に再定義する事）
============================================================================================= */
/* Flexboxレイアウト用コンテナ */
/* 通常用 */
.flex-container{
	margin:0 auto; 
	padding: 0 auto; 
	clear: both;
	text-align: left;
	align-items: stretch;
	display: flex;
	display: -webkit-flex;	 /* Safari */
	flex-flow:row wrap; /* flex-direction,flex-wrap */
	-webkit-flex-flow:row wrap; /* Safari */
}
/* 固定幅用 */
.flex-fixcontainer{ 
	margin:0 auto; 
	padding: 0 auto; 
	clear: both;
	text-align: left;
	align-items: center;
	display: flex;
	display: -webkit-flex;	 /* Safari */
	flex-flow:row nowrap; /* flex-direction,flex-wrap */
	-webkit-flex-flow:row nowrap; /* Safari */
	width: 100%;
}
/* Flexboxレイアウト用汎用カラム */
/* 通常用カラム */
.flex-column {
	flex: 1 1 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 1 1 auto;	/* Safari */
}
/* 固定幅用カラム */
.flexcol_w50par,
.flexcol_w33par,
.flexcol_w25par,
.flexcol_w400,
.flexcol_w340,
.flexcol_w200,
.flexcol_w120{
	flex: 0 0 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 0 0 auto;
	text-align: left;
}
.flexcol_w50par{ width: 50%; text-align: center; }
.flexcol_w33par{ width: 33.3%; text-align: center; }
.flexcol_w25par{ width: 25%; text-align: center; }
.flexcol_w520{ min-width: 520px; }
.flexcol_w400{ min-width: 400px; }
.flexcol_w340{ min-width: 340px; }
.flexcol_w200{ min-width: 200px; }
.flexcol_w120{ min-width: 120px; }
/* 可変幅用カラム */
.flexcol_shrink,
.flexcol_shrink_left,
.flexcol_shrink_right{
	flex: 1 1 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 1 1 auto;
}
.flexcol_shrink{ text-align: center; }
.flexcol_shrink_left{ text-align: left; }
.flexcol_shrink_right{ text-align: right; }
/* レスポンシブ用可変カラム */
.flexcol_col1_1_1,
.flexcol_col2_1_1,
.flexcol_col3_2_1,
.flexcol_col6_6_4,
.flexcol_col6_3_2{
	flex: 0 0 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 0 0 auto;
	text-align: center;
}
.flexcol_col1_1_1{ width: 100%; }
.flexcol_col2_1_1{ width: 50.0%; }
.flexcol_col3_1_1{ width: 33.3%; }
.flexcol_col3_2_1{ width: 33.3%; }
.flexcol_col6_6_4{ width: 16.6%; }
.flexcol_col6_3_2{ width: 16.6%; }

/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* Flexboxレイアウト用コンテナ */
	.flex-fixcontainer{ flex-flow:row wrap; -webkit-flex-flow:row wrap; }
	/* 固定幅用Flexboxレイアウトカラム */
	.flexcol_w520,
	.flexcol_w400,
	.flexcol_w340,
	.flexcol_w200,
	.flexcol_w120{ width: 100%; text-align: center; margin-bottom: 20px; }
	.flexcol_shrink_left{ width: 100%; }
	.flexcol_shrink_right{ width: 100%; }
	/* レスポンシブ用Flexboxレイアウトカラム */
	.flexcol_col3_2_1{ width: 100%; }
	.flexcol_col6_6_4{ width: 25%; }
	.flexcol_col6_3_2{ width: 50%; }
}
/* タブレット向け設定 */
@media (min-width: 620px) and (max-width: 979px) {
	/* レスポンシブ用Flexboxレイアウトカラム */
	.flexcol_col3_2_1{ width: 50%; }
	.flexcol_col6_3_2{ width: 33.3%; }
}

/* 広めのタブレット以下向け設定 */
@media (max-width: 819px) {
	/* レスポンシブ用Flexboxレイアウトカラム */
	.flexcol_col2_1_1{ width: 100%; }
	.flexcol_col3_1_1{ width: 100%; }
}

/* ============================================================================================
　ヘッダ部
============================================================================================= */
/* ヘッダ部装飾線 */
#header_line{
	background-color:#2740b2;
	height: 5px;
	margin-bottom: 5px;
	clear: both;
}
/* ヘッダ用コンテナ */
header{
	position: fixed; /* 画面上部に固定 */
	top: 5px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background-color: #98b2c7;
    transition: all  0.3s ease;
	z-index: 10;
}
/* ヘッダ部ラッパー */
header .container{
	display: flex;
	display: -webkit-flex;	 /* Safari */
	flex-flow:row nowrap; /* flex-direction,flex-wrap */
	-webkit-flex-flow:row nowrap; /* Safari */
	align-items: flex-end;
	width: 96%;
}
/* スクロールした時の追加クラス */
header.scroll-nav {
	top: 0px;
	box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
/* ヘッダ内メインカラム */
#header-mainncolumn {
	flex: 1 1 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 1 1 auto;
	max-width: 280px;
	text-align: left;
}
/* ヘッダ内サイドカラム */
#header-sidecolumn {
	flex: 1 1 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 1 1 auto;
	/* max-width: 700px; */
	text-align: right;
}
/* ヘッダ用ロゴ */
#header-logo{
	width: 280px;
	height: auto;
}
/* ヘッダ用トグルメニュー表示ボタン */
#header-menubtn{
	opacity: 1.0;
}
/* ヘッダ内メインナビ-PC用 */
#header-navi {
}
/* ヘッダ内メインナビ-PC以外用 */
#header-navi_sp {
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* ヘッダ用ロゴ */
	/* #header-logo { width: 280px; } */
}
/* タブレット向け設定 */
@media (max-width: 819px) {
}
/* タブレット以上向け設定 */
@media (min-width: 820px) {
}
/* ============================================================================================
　コンテンツ部
============================================================================================= */
/* コンテンツ部ラッパー */
#contents {
	clear: both;
	text-align: left;
	min-height: calc( 100vh - 500px );	
}
/* コンテンツ用コンテナ */
#contents .container{
}
/* コンテンツ部の線 */
.contents_line{
	border-bottom: #346897 2px dotted; 
	height: 10px;
	margin: 10px 10px 20px;
	clear: both;
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* コンテンツ部ラッパー */
	#contents { min-height: calc( 100vh - 520px ); }
}
/* タブレット向け設定 */
@media (min-width: 620px) and (max-width: 979px) {
	/* コンテンツ部ラッパー */
	#contents { min-height: calc( 100vh - 380px ); }
}

/* ============================================================================================
　フッタ部
============================================================================================= */
/* フッタ部ラッパー */
footer{
	border-top: #2740b2 3px solid; 
	background: linear-gradient(to bottom , #eef 0%, #fff 100%);
	margin-top: 20px;
}
/* フッタ用コンテナ */
footer .container{
}
/* フッタ内Flexboxレイアウト用コンテナ再定義 */
footer .flex-container{ 
	flex-flow:row nowrap; /* flex-direction,flex-wrap */
	-webkit-flex-flow:row nowrap; /* Safari */
	justify-content: flex-end;
}
/* フッタ内Flexboxレイアウトカラム追加定義 */
footer .flexcol_info{
	flex: 1 1 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 1 1 auto;
	text-align: left;
}
footer .flexcol_nav{
	flex: 0 0 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 0 0 auto;
	text-align: right;
	max-width: 480px;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer .flexcol_icon{
	flex: 0 0 auto; /* flex-grow,flex-shrink,flex-basis */
	-webkit-flex: 0 0 auto;
	text-align: center;
	min-width: 160px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*  フッタ内パーツ */
#footer-name{
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color:#2740b2;
}
#footer-info{
}
#footer-navi{



}
#footer-copy{
	margin: 5px auto 10px;
	font-size: 0.8em;
	text-align: center;
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	#footer-info { font-size: 0.9em; }
}
/* タブレット向け設定 */
@media  (max-width: 819px) {
	footer .flexcol_nav { display: none; }
	#footer-info { margin-left: 1em; }
	#footer-name{ text-align: center; }
}

/* ============================================================================================
　メインナビゲーション
============================================================================================= */
/* メインナビゲーションラッパー */
#mainnavi{
}   
/* メインナビゲーション */
#mainnavi ul{
	display: flex;
	display: -webkit-flex;	 /* Safari */
	justify-content: flex-end;
	/* margin: 0 0 0 8%;
	max-width: 92%; */
	margin: 0 0 0 auto;
	max-width: 700px;
	list-style-type: none;
}   
#mainnavi li{
	text-align: center;
    width: calc(100%/5); /* ←メニューの数で割る */
	height: 1.8em;
    border-left: #000 1px dotted;
	/*transition: all  0.3s ease;*/
}
#mainnavi li:last-child{
    border-right: #000 1px dotted;
}
#mainnavi li:hover{
    /*background-color: #888;*/
}
#mainnavi a{
	position: relative;
    display: block;
    padding: 0.1em 0;
    color: #fff;
    text-decoration: none;
    transition: all  0.3s ease;
}
#mainnavi a::after {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	width: 80%;
	background: #0041b1;
	bottom: 0;
	left: 10%;
	transform: scale(0, 1);
    transition: all  0.3s ease;
}
#mainnavi a:hover {
  color: #0041b1;
}
#mainnavi a:hover::after {
  transform: scale(1, 1);
}
/* 広めのタブレット向け設定 */
@media  (min-width: 820px) and (max-width: 979px) {
}
/* ============================================================================================
　ドロワーナビゲーション
============================================================================================= */
/* drawer css オーバーライドほか */
.drawer-nav{
	z-index: 12;
}
.drawer--right{
}
.drawer-overlay{
	z-index: 11;
}
.drawer-hamburger{
	width: 90px;
	padding-top: 10px;
	padding-right: 10px;
    transition: all  0.3s ease;
}
/* スクロールした時の追加クラス */
.drawer-hamburger-scroll{
	top: -5px;
}
/* リストの見た目変更 */
#drawernavi{
}
#drawernavi ul{
	margin: 20px;
}   
#drawernavi li{
	text-align: left;
    border-top: #000 1px dashed;
    /*transition: all  0.3s ease;*/
	/*white-space: nowrap;*/
	
}
#drawernavi li:last-child{
    border-bottom: #000 1px dashed;
}
#drawernavi li:hover{
    /*background-color: #e5eef4;*/
}
#drawernavi a{
	position: relative;
    padding: 10px;
	margin: 10px;
    color: #000f13;
    text-decoration: none;
    transition: all  0.3s ease;
}
#drawernavi a:hover {
	color: #0041b1;
	background-color: #e5eef4;
}
/* ============================================================================================
　フッタ内ナビゲーション
============================================================================================= */
/* フッタ内ナビゲーションラッパー */
#footernavi{
	padding: 20px 10px 0;
}

#footernavi ul{
	display: flex;
	display: -webkit-flex;	 /* Safari */
	flex-flow:row wrap; /* flex-direction,flex-wrap */
	-webkit-flex-flow:row wrap; /* Safari */
	justify-content: flex-start; /*flex-end;*/
	list-style-type: none;
}   
#footernavi li{
	margin: 0 0 10px 10px;
	padding: 0 0.6em;
	text-align: left;
    min-width: 180px;
	height: 1.8em;
	/*
	background-color: #f5f7fa;
    border: #2740b2 1px solid;
	border-radius: 6px; 
    -webkit-border-radius: 6px;
	*/
    transition: all  0.3s ease;
}
#footernavi li:hover{
    /* background-color: #e5eef4; */
}

#footernavi a{
	position: relative;
    display: block;
    color: #000f13;
    text-decoration: none;
    transition: all  0.3s ease;
}
#footernavi a:hover {
  color: #0041b1;
}

/* ============================================================================================
　その他ナビゲーション
============================================================================================= */
/* パンくずリスト */
#breadcrumb {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding:20px 0;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#breadcrumb li {
	float: left;
	margin-right: 5px;
	width: auto;
}
#breadcrumb a {
	display: block;
	float: left;
	width: auto;
}
/* 投稿とアーカイブページの次へ・前へ */
.post-navi {
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.post-navi .colleft{
	float: left;
	text-align: left;
	width: 50%;
}
.post-navi .colright{
	float: right;
	text-align: right;
	width: 50%;
}
.post-navi a {
	display: block;
	padding: 1em;
	border: none;
}
.post-navi a:hover {
	background: #e5eef4;
}
/* ページ上部へ */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: -60px;
	bottom: 20px;
	opacity: 1.0;
	box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
	z-index: 99;
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* パンくずリスト */
	#breadcrumb { display: none }
}

/* ============================================================================================
　TOPページ用
============================================================================================= */
/* TOPページ内スライド用コンテナ */
#toppage-slide{
	position: relative;
	padding: 40px 0 0 0;
}
/* TOPページ内スライドに重ねる文字用コンテナ */
#toppage-slide .slide_text{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;  
  text-shadow: 1px 2px 3px #333;  
  white-space: nowrap;
}
/* TOPページ内メインコピー用コンテナ */
#toppage-maincopy{
	text-align: left;
	padding: 20px 10px;
}
/* TOPページ内お知らせ部分用 */
#toppage-information {
	text-align: center;
	padding: 10px 0;
}
#toppage-information div.scroll {
	text-align: left;
	overflow-y: scroll;
	margin: 0 auto;
	padding: 10px;
	height: 122px;
	width: 96%;
	/*border : #888 solid 1px;*/
}
#toppage-information ul {
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#toppage-information li {
	margin: 0;
	padding: 0;
	border-top : #888 dotted 1px;
}
#toppage-information li:last-child{
    border-bottom: #888 dotted 1px;
}
#toppage-information li a {
	display: block;
	padding: 7px 5px;
	padding-left: 15px;
	color: #002a9e;
	text-decoration: none;
    transition: all  0.3s ease;
}
#toppage-information li a:hover {
	background:  #e5eef4;
}
/* TOPページ内pickup用コンテナ */
#toppage-pickup {
	text-align: center;
	padding: 10px 0;
}
/* 広めのタブレット以下向け設定 */
@media (max-width: 819px) {
	#toppage-slide .slide_text{	font-size: 1.4rem; }
}
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	#toppage-slide .slide_text{	font-size: 1.1rem; }
}
/* ============================================================================================
　各ページ用
============================================================================================= */
/* 各ページ用コンテナ */
.page-container {
	padding: 15px 0 0 0;
}
/* ============================================================================================
　ボタン設定
============================================================================================= */
/* TOPページ等用の背景画像ありリンクボタン */
.picbtn {
	display: flex;
	justify-content: space-between;
}
.picbtn_banner {
	padding: 10px;
	width: 94%;
}
.picbtn_inner {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	padding-top: 56.25%; /*16:9*/
	border: #888 1px solid;
	border-radius: 6px; 
    -webkit-border-radius: 6px;
}
.picbtn_inner:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 1;/*背景画像 不透明度*/
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.picbtn_inner.pic01:after{ background: url(./images/picbtn/picbtn01.jpg) no-repeat center; background-size: cover; -webkit-background-size: cover; }
.picbtn_inner.pic02:after{ background: url(./images/picbtn/picbtn02.jpg) no-repeat center; background-size: cover; -webkit-background-size: cover; }
.picbtn_inner.pic03:after{ background: url(./images/picbtn/picbtn03.jpg) no-repeat center; background-size: cover; -webkit-background-size: cover; }
.picbtn_inner.pic04:after{ background: url(./images/picbtn/picbtn04.jpg) no-repeat center; background-size: cover; -webkit-background-size: cover; }
.picbtn_inner:hover:after {
	opacity: 0.8;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.picbtn_inner a {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;  
	text-shadow: 1px 2px 3px #333;  
	white-space: nowrap;
}
/* 広めのタブレット以下向け設定 */
@media (max-width: 819px) {
	.picbtn_inner { padding-top: 0; height:100px; }
	.picbtn_inner a { font-size: 1.4rem; }
}
/*  */

/* ============================================================================================
　その他
============================================================================================= */
/* slickカスタマイズ用 */
/* ズームする アニメーション */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率 */
  }
}
/* ズームするアニメーションを呼出すクラス */
.slick-animation {
  animation: fadezoom 5s 0s forwards;
}

/* コンタクトフォーム用 */
/* 
#contact-form{
	padding:20px;
	margin: 10px;
	border:#b3a582 solid 1px;
	background-color:#f4f4e8;
}
.wpcf7-form p{
	padding-bottom:10px;
}
.wpcf7-form .wpcf7-response-output{
	background-color: #fff ;
	border: 1px #e50012 solid !important ;
}
*/

/* ============================================================================================
　レスポンシブ表示切替関連設定
============================================================================================= */
/* スマートフォン向け設定 */
@media (max-width: 619px) {
	/* ヘッダ内サイドナビ-PC用 */
	#header-navi { display: none; }
}
/* タブレット向け設定 */
@media (min-width: 620px) and (max-width: 979px) {
	/* ヘッダ内サイドナビ-PC用 */
	#header-navi { display: none; }
}
/* タブレット向け設定 */
@media (min-width: 620px) and (max-width: 819px) {
}
/* 広めのタブレット向け設定 */
@media  (min-width: 820px) and (max-width: 979px) {
}
/* PC向け設定 */
@media (min-width: 980px) {
	/* ヘッダ内サイドナビ-PC以外用 */
	#header-navi_sp { display: none; }
}

