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

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* リセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,  u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* リセットここまで */

/*================================================
 *  クリアフィックス
 ================================================*/

/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
.clear {
	clear:both;
}
/*================================================
 *  リンク画像半透明
 ================================================*/
a img.linkimg {
	background:none!important;
}
a:hover img.linkimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/*================================================
 *  一般・共通設定
 ================================================*/
  
html {
	font-size: 62.5%;
}

body {
	font-size:1.4rem;
	color:#333;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}
#contents {
	position: relative;
	width:980px;
	margin:20px auto;
}
#contents-top{
	margin:0 auto 20px;
}

#main {
	margin:0 4% 10px 0;
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:70%;
}
.box{
	margin-bottom:40px;}
	
a{
	color:#003894;
	text-decoration:underline;
}
a:hover {
	color:#003894;
	text-decoration:none;
}

img{
	vertical-align:bottom;
}

p.danraku{
	margin-bottom:1em;}
input, select {
	padding:5px;
}

ul.disc{
	list-style:disc;
  padding: 0 0 0 1em;/*ボックス内の余白*/
}

.mabo10 {
	margin-bottom:10px;
}
.mabo15 {
	margin-bottom:15px;
}
.mabo20 {
	margin-bottom:20px;
}
h2{
	margin-bottom:0.4em;
	 font-weight: 700;
	font-size:2.2em;}
h2 .h2small{
	 font-weight: 700;
	margin-bottom:0.4em;
	font-size:2rem;}
	
h2 img{
	height:1.5em;
	margin-right:0.5em;}
h3{
	margin-bottom:0.6em;
	color:#85b7e3;
	font-size:2rem;
	font-weight:bold;
	}
h3 img{
	height:1.5em;
	margin-right:0.5em;}
	
h4{
	padding-left:0.5em;
	margin:0.5em 0;
	border-left:5px solid #003894;
	font-size:1.8rem;
	font-weight:bold;
	}		

.big{
	font-size:1.6rem;}
.small{
	font-size:1.2rem;}
.bold{
	font-weight:bold;}
.uline{
	text-decoration:underline;
	padding-bottom:0.5em;}
.red{
	color:#F00;}
.dred{
	color:#e0815e;}
.orange{
	color:#F60;}
.brown{
	color:#8d5527}
.brown{
	color:#8d5527}
	
.fleft{
	float:left;}
	
.gmapres {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmapres iframe,
.gmapres object,
.gmapres embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}		
/*================================================
 *  ヘッダー
 ================================================*/
header{
	box-sizing:border-box;
	position:relative;
	width:100%;
}
header nav {
	⁄zoom:1;
}
header nav a {
	color:#666;
}
header nav:after {
	content:'';
	display:block;
	clear:both;
}

#fixedBox{	
	border-bottom:1px solid #aaa;}
.fixed{
}

	
/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
h1 {
 float:left;
}
header h1 img{
	width:100%;}
header nav {
 z-index:3;
 float:right;
 margin-top:24px;
}
 header nav ul{
 margin:0;
 	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
	text-align: center;
}
header nav ul li{
margin: 0 20px 0 0;
display: inline-block;
 font-size:1.5rem;
 padding-right:24px;
}
header nav ul li:last-child{
	 border-right:none;
	margin-right:0;}
header nav ul li:first-child{
	 padding-left:24px;
}
header nav ul li a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #666;
	display: block;
	position: relative;
}
header nav ul li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #000;
	position: absolute;
	display: block;
}
header nav ul li a:hover:before {
	width: 50%;
	border-bottom: 3px solid #003894;
}
header nav ul li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #003894;
	position: absolute;
	display: block;
}
header nav ul li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #003894;
}

.gnav {
 display:block !important;
}
 #spMenu {
 display:none;
}
#fixedBox{
	padding:10px 0;
	width:100%;}	
.fixed{
	background-color:#FFF;
	margin:0 auto;
    position: fixed;
    top: 0;
    z-index: 10000;
}
}
/*================================================
 *  サブイメージ
 ================================================*/
#subimg{
	height:250px;
	background:url(../images/subimg.jpg) no-repeat top center #c5effd;
	text-align:center;
	}
	
#subimg h2{
	line-height:250px;
	font-size:4rem;
text-shadow: 2px 2px #fff;
color: #333;}
/*================================================
 *  サブコンテンツ
 ================================================*/
#sub {
	display:inline-block;
	box-sizing:border-box;
	overflow:hidden;
	width:26%;
}
ul.subnav{
  border: solid 2px #003894;
  padding: 0 1em;
  position: relative;
  margin-bottom:15px;
}

ul.subnav li{
  padding: 1em 0 1em 0;
  border-bottom: solid 1px #bbb;
  list-style-type: none!important;
}
ul.subnav li a{
	display:block;
	text-decoration:none;
	color:#333;
}
ul.subnav li a:hover{
	color:#003894;
}

ul.subnav li:last-of-type{
  border-bottom: none;
}
.fa-angle-right{
	margin-right:0.5em;}

ul.bnr li{
	margin-bottom:15px;}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#014c95;
}
.totop img:hover {
	background:#0067cc;
}

	
	
/*================================================
 *  フッター
 ================================================*/

footer {
	clear:both;
	padding:20px;
	box-sizing:border-box;
	width:100%;
	margin:10px auto 0;

}
#footblock{
	border-top:solid #aaa 1px;
	padding-top:20px;
	display:flex;}

#footblock >:last-child {
  margin-left: auto;
}
.copy {
	align-self: flex-end;
	vertical-align:bottom;

}

@media screen and (min-width: 767px) {
.footlogo{
	margin-right:10px;}

}

/*================================================
 *  ページャー
 ================================================*/
.pager {
	overflow: hidden;
}
.pager ul {
	position: relative;
	float: left;
}
.pager ul li {
	position: relative;
	float: left;
	margin: 0 1px;
}
.pager ul li a {
	color: #666;
	text-decoration:none;
}
.pager ul li.current, .pager ul li.gap, .pager ul li a {
	display: block;
	font-size: 1.4rem;
	padding: 0.6em 1em;
	border-radius: 3px;
}
.pager ul li a {
	background: #EEE;
}
.pager ul li a:hover {
	background: #666;
	color: #FFF;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
 .inner {
 width:100%;

}
 #contents {
 box-sizing:border-box;
 width:100%;
 padding:0 10px;
}
#contents-top{
margin:20px auto;
 box-sizing:border-box;
 width:100%;
}

 footer {
 width:100%;
}
.footlogo {
 text-align:center;
}
.breadcrumb {
	padding-left:10px;
}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
.lock {
 overflow:hidden;
}
header{
background:#FFF !important;
border-bottom:1px solid #ccc;
 z-index:2;
 box-sizing:border-box;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 padding:15px 10px;
}
#fixedBox{
	border-bottom:none;}	

 #main {
 float:none;
 width:100%;
 margin:10px 0;
}
 #sub {
 float:none;
 width:100%;
}
img.headlogo{
	width:80%;}
 header nav ul {
 margin:0;
 padding:0;
}
 header nav .inner > ul {
 z-index:2;
 overflow:auto;
 position:fixed;
 top:53px;
 right:0;
 width:100%;
 height:88%;
 height:-webkit-calc(100% - 53px);
 height:calc(100% - 53px);
}
 header nav li {
 position:relative;
 width:100%;
 float:none;
 margin:0;
 text-align:left;
 list-style:none;
 border-bottom:1px solid #fff;
 background:#c7a400;
}
 header nav li:first-child {
 border-top:0;
}
 header nav ul li:nth-child(n + 5) {
 border-bottom:0;
}

 header nav li a {
 display:block;
 padding:10px 30px;
 color:#fff;
 text-decoration:none;
 background:#003894;
}
 header nav li a:hover {
 color:#fff;
 background:#002c73;
}
 .active > a:before {
 margin-top:0;
}
 .active > a:after {
 margin-top:5px;
}
 .gnav {
 display:none;
}
 #spMenu {
 display:block;
 z-index:2;
 position:fixed;
 top:10px;
 right:10px;
}
 #spMenu:hover {
 cursor:pointer;
}
 #navBtn {
 display:inline-block;
 position:relative;
 width:30px;
 height:30px;
 border-radius:5%;
 background:#003894;
}
 #navBtnIcon {
 display:block;
 position:absolute;
 top:50%;
 left:50%;
 width:14px;
 height:2px;
 margin:-1px 0 0 -7px;
 background:#f1f1f1;
 transition:.2s;
}
 #navBtnIcon:before,  #navBtnIcon:after {
 display:block;
 content:'';
 position:absolute;
 top:50%;
 left:0;
 width:14px;
 height:2px;
 background:#f1f1f1;
 transition:0.3s;
}
 #navBtnIcon:before {
 margin-top:-6px;
}
 #navBtnIcon:after {
 margin-top:4px;
}
 #navBtn .close {
 background:transparent;
}
 #navBtn .close:before,  #navBtn .close:after {
 margin-top:0;
}
 #navBtn .close:before {
 transform:rotate(-45deg);
 -webkit-transform:rotate(-45deg);
}
 #navBtn .close:after {
 transform:rotate(-135deg);
 -webkit-transform:rotate(-135deg);
}

#footblock{
	display:block;}
.footlogo{
	text-align:center;
	margin-bottom:10px;}
.footinfo{
	text-align:center;
	margin-bottom:10px;}		
.copy{
	text-align:center;}
	


h2{
	 font-weight: 700;
	 margin-bottom:0.6em;
	font-size:2rem;}
h2 .h2small{
	 font-weight: 700;
	 margin-bottom:0.6em;
	font-size:1.8rem;}
	
h3{
	font-size:1.6rem;}
#subimg{
	height:auto;
	background:url(../images/subimg.jpg) no-repeat no-repeat center;
	background-size:auto 100px;
	}
	
#subimg h2{
	line-height:100px;
	font-size:3rem;	
color: #333;}


ul.bnr{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;}
ul.bnr li{
	width:48%;}	

}
