@charset "UTF-8";

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",　"Hiragino Sans",　Meiryo,　sans-serif;
	background: #eee;
	-webkit-text-size-adjust: 100%;
}

#container {
	background: #eee;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
}


#main {
	background: #eee;
}
/*#main-in {
	padding-left: 260px;
}*/
#main p {
	/*margin-bottom: 1em;
	line-height: 1.9;*/
}
/*#main .inner {
	padding: 0;
  margin: 4rem 14rem;
}*/

#main .inner{
	padding: 60px;
	box-sizing: border-box;
}

/* main-visual */
#main-visual {
  background: linear-gradient(45deg, rgba(255,255,255,0.3) 0%, rgba(18,28,49,0.3) 88%),
              url("../../images/imag_fukuoka.jpg");
  background-position: bottom center;
  background-size: cover;
  height: 450px;
}
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */






h1#brand-logo small{
	font-family: 'Readex Pro', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0px;
	vertical-align: middle;
	margin-left: 20px;
}

#global-nav{
	background-color: rgba(39,39,39,1.00);
	width: 100%;
	height: auto;
	padding-right: 200px;
	box-sizing: border-box;
}

.menu {
	list-style: none;
	margin-left: 0;
	position: relative;
    width: 100%;
    margin: 0 auto;
}
.menu > li {
    float: left;
    line-height: 50px;
}

.menu > li a {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	box-sizing: border-box;
}

.menu > li a:hover{
	opacity: 0.5;
	transition-duration: 500ms;
}

ul.sub-menu-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sub-menu-nav li a:hover {
    opacity: 0.5;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/* sub-menu icon */


/* sub-menu */
.sub-menu-nav {
	background: #032f55;
	padding: 10px 0;
}

.menu > li.sub-menu{
	position: relative;
}

li.sub-menu ul.sub-menu-nav {
    position: absolute;
    top: 40px;
    width: 300px;
   /* background: #072A24;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.sub-menu ul.sub-menu-nav li{
	height: auto;
	margin: 15px 0;
}

li.sub-menu ul.sub-menu-nav li a{
	padding: 0;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 1.4;
}


li.sub-menu:hover ul.sub-menu-nav {
    top: 50px;
    visibility: visible;
    opacity: 500;
}








@media screen and (max-width: 700px) {
	
	.menu > li{
		line-height: 1.3;
	}

.menu > li a {
		font-size: 13px;
}
	
	li.sub-menu ul.sub-menu-nav {
    position: fixed;
    top: 0px;
		right: 15px;
    width: 50%;
   /* background: #072A24;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

	
/* nav-toggle */
	
#nav-toggle {
    background-color: rgba(60,60,60,0.60);
    width: 68px;
    height: 64px;
	top: 2px;
    position: fixed;
    right: 0;
    z-index: 100;
}

#nav-toggle .btn-gNav{
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#nav-toggle .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #FFF;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#nav-toggle .btn-gNav span:nth-child(1) {
  top:0;
}
#nav-toggle .btn-gNav span:nth-child(2) {
  top:10px;
}
#nav-toggle .btn-gNav span:nth-child(3) {
  top:20px;
}
#nav-toggle .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#nav-toggle .btn-gNav.open span:nth-child(2),#nav-toggle .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#global-nav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #444;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
}
#global-nav.open{
  right: 0px;
}
#global-nav .menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#global-nav .menu li{
  display: block;
  padding : 5px 10px ;
	text-align: left;
	box-sizing: border-box;
}
#global-nav .menu li a{
  color: #ddd;
  text-decoration: none;
	padding: 3px;
	box-sizing: border-box;
}
	
	#global-nav .menu li.brand-logo{
		display: none;
	}	
	

	
}

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

}

/* ===== ロゴ画像の高さを揃える（全ページ共通） =====20250524追加, 1116修正*/
.menu li.brand-logo img {
  max-height: 40px; /* メニューバーより少し小さめの上限 */
  height: auto;     /* ← 縦横比を保つ */
  width: auto;      /* ← 横方向も自動 */
  vertical-align: middle;
}
/* ===== メニュー項目の中央揃え（高さ50pxの中央） ===== */
.menu > li {
  line-height: 50px;
}

.menu > li > a {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
}

/* ===== ロゴ画像をメニューバー中央に整列 ===== */
.menu li.brand-logo {
  display: flex;
  align-items: center;
  height: 50px;
}
