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

@media print {
 body {-webkit-print-color-adjust: exact;}
} 

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
html, body {
	width: 960px;
}


.container-main{
	width: 800px;
	margin: 0px auto;
}
.container-main-02{min-height: 400px}
.width-720{
	width: 720px;
	margin: 0px auto;
}

.map,
#map2,
#map3{
	height: 350px;
	width: 100%;
	margin-top: 20px;
}
.map iframe,
#map2 iframe,
#map3 iframe{
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
#map2,
#map3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
#map2 > div{width: 48%}
#map3 > div{width: 32%}

#page-top {display: none}

.fuwa,
.fuwa2{opacity: 1}


input.hamburger {display: none;}
h1 a{
	width: 220px;
	height: 50px;
    display: flex;
    align-items: center;
	padding-left: 10px
}
#navigation li a span{font-family: 'Roboto Condensed', sans-serif;}
#link-banner-top{
    width: 100%;
    text-align: center;
    border-top: 1px solid #00509e;
    padding-top: 8px;
    padding-bottom: 5px;
}

#menu{
    background-color: rgba(255,255,255,0.80);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 6;
}	
#menu-inner{
	height: 60px;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}	
.drawer-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}		
#navigation{
	display: flex;
    justify-content: space-between;
	align-items: center;
	width: 550px;
}
#navigation li{
	display: flex;
	align-items: center;
	text-align: center;
}	
#navigation li small{font-size: 13px;}	
#navigation li a span{
    display: inline-block;
    font-size: 18px;
}
#navigation li a.active,
#navigation li.active a,	
#navigation li:hover:after,
#navigation li a:hover{
	color: #00509e;
}	
#navigation li.sp-menu{display: none}
a.menu-nolink{pointer-events: none;}
li.menu__mega:hover a.menu-nolink{color: #00509e;}	

/*メガメニュー*/
.menu__mega__inner{
	display: none;
	position: absolute;
	top: 60px;
    left: 0;
    width: 100%;
	height: 100vh;
	background-color: rgba(0,80,158,0.95);
    z-index: 5;
}
.menu__mega .menu__mega__list {
    width: 750px;
	height: 100%;
    margin: 20px auto auto;
}
.menu__mega .menu__mega__list > li{display: inline-block!important}
.menu__mega .menu__mega__list > li a {
	display: block !important;
    color: #ffffff !important;
	padding: 10px 20px;
}
.menu__mega .menu__mega__list > li a:before{
	content: "▶";
	font-size: 10px;
	padding-right: 3px
}
.menu__mega .menu__mega__list > li a.active,	
.menu__mega .menu__mega__list > li a:hover {color: #FFFD00 !important;}
.menu__mega .menu__mega__list ul {padding-left: 15px}
#link-banner-top li {
	width: 280px;
	display: inline-block;
}	
#link-banner-top li + li{margin-left: 30px;}	
#link-banner-top li a{
    display: block;
    line-height: 0;
}	
#link-banner-top{
    margin-top: 60px;
}	

